Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059505 Transform of A059502 applied to sequence 2,3,4,... 2
2, 5, 14, 40, 114, 323, 910, 2551, 7120, 19796, 54852, 151525, 417434, 1147145, 3145394, 8606848, 23507190, 64093031, 174474790, 474261691, 1287398452, 3490267820, 9451319304, 25565098825, 69080289074 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The second row of the array A059503.
LINKS
FORMULA
G.f.: x*(2 - 7*x + 6*x^2 - x^3)/(1 - 3*x + x^2)^2.
From G. C. Greubel, Sep 10 2017: (Start)
a(n) = 6*a(n-1) - 11*a(n-2) + 6*a(n-3) - a(n-4).
a(n) = ((3 - n)*Fibonacci(2*n) + (5 + 3*n)*Fibonacci(2*n - 1))/5. (End)
MATHEMATICA
LinearRecurrence[{6, -11, 6, -1}, {2, 5, 14, 40}, 50] (* or *) Rest[CoefficientList[Series[x*(2 - 7*x + 6*x^2 - x^3)/(1 - 3*x + x^2)^2, {x, 0, 50}], x]] (* G. C. Greubel, Sep 10 2017 *)
PROG
(PARI) x='x+O('x^50); Vec(x*(2-7*x+6*x^2-x^3)/(1-3*x+x^2)^2) \\ G. C. Greubel, Sep 10 2017
CROSSREFS
Sequence in context: A081908 A221677 A229737 * A159035 A117189 A052963
KEYWORD
easy,nonn
AUTHOR
Floor van Lamoen, Jan 19 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 11 05:49 EDT 2024. Contains 375814 sequences. (Running on oeis4.)