Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A059502

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

newer changes | Showing entries 11-20 | older changes
a(n) = (3*n*F(2n-1) + (3-n)*F(2n))/5 where F() = Fibonacci numbers A000045.
(history; published version)
#29 by Joerg Arndt at Mon Jan 04 01:38:58 EST 2016
STATUS

proposed

approved

#28 by Michel Marcus at Sun Jan 03 15:21:39 EST 2016
STATUS

editing

proposed

#27 by Michel Marcus at Sun Jan 03 15:21:34 EST 2016
FORMULA

G.f.= : x(1-x)(1-2x)/(1-3x+x^2)^2. - Emeric Deutsch, Oct 07 2002

a(n) = A147703(n,1). - Philippe Deléham, Nov 29 2008

STATUS

proposed

editing

#26 by Jon E. Schoenfield at Sun Jan 03 14:24:13 EST 2016
STATUS

editing

proposed

#25 by Jon E. Schoenfield at Sun Jan 03 14:24:07 EST 2016
NAME

a(n) = (3*n*F(2n-1) + (3-n)*F(2n))/5 where F() = Fibonacci numbers A000045.

LINKS

Harry J. Smith, <a href="/A059502/b059502.txt">Table of n, a(n) for n = 0,...,200</a>

FORMULA

a(n)=A147703(n,1). [From _- _Philippe Deléham_, Nov 29 2008]

EXAMPLE

1 3 9 27 80 ...

2 5 14 40 ...

3 7 19 ...

4 9 5 ...

PROG

(PARI) { for (n = 0, 200, write("b059502.txt", n, " ", (3*n*fibonacci(2*n - 1) + (3 - n)*fibonacci(2*n))/5); ) } [From _\\ _Harry J. Smith_, Jun 27 2009]

(MAGMA) [(3*n*Fibonacci(2*n-1)+(3-n)*Fibonacci(2*n))/5: n in [0..100]]; // _Vincenzo Librandi, _, Apr 23 2011

STATUS

approved

editing

#24 by Charles R Greathouse IV at Sat Jun 13 00:50:19 EDT 2015
LINKS

<a href="/index/Rec#order_04">Index to sequences with entries for linear recurrences with constant coefficients</a>, signature (6,-11,6,-1).

Discussion
Sat Jun 13
00:50
OEIS Server: https://oeis.org/edit/global/2439
#23 by N. J. A. Sloane at Mon Mar 02 16:08:45 EST 2015
AUTHOR

_Floor van Lamoen (fvlamoen(AT)hotmail.com), _, Jan 19 2001

Discussion
Mon Mar 02
16:08
OEIS Server: https://oeis.org/edit/global/2352
#22 by Charles R Greathouse IV at Thu Nov 21 12:47:27 EST 2013
MATHEMATICA

Table[(3n Fibonacci[2n-1]+(3-n)Fibonacci[2n])/5, {n, 0, 30}] (* or *) CoefficientList[Series[x(1-x)(1-2x)/(1-3x+x^2)^2, {x, 0, 30}], x] (* From _Harvey P. Dale, _, Apr 23 2011 *)

Discussion
Thu Nov 21
12:47
OEIS Server: https://oeis.org/edit/global/2062
#21 by N. J. A. Sloane at Sun Sep 08 13:30:00 EDT 2013
FORMULA

a(n)=A147703(n,1). [From _Philippe DELEHAM_, Deléham_, Nov 29 2008]

Discussion
Sun Sep 08
13:30
OEIS Server: https://oeis.org/edit/global/1938
#20 by R. J. Mathar at Sat Jan 12 15:43:06 EST 2013
STATUS

editing

approved