The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A059506 Transform of A059502 applied to sequence 3,4,5,... 2
3, 7, 19, 53, 148, 412, 1143, 3161, 8717, 23977, 65798, 180182, 492459, 1343563, 3659623, 9953117, 27031768, 73320496, 198632607, 537507677, 1452978593, 3923762257, 10586222474, 28536313898, 76859031123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The third row of the array A059503.
LINKS
FORMULA
From Colin Barker, Nov 30 2012: (Start)
a(n) = 6*a(n-1) - 11*a(n-2) + 6*a(n-3) - a(n-4).
G.f.: x*(1-x)*(2*x^2-8*x+3)/(x^2-3*x+1)^2. (End)
a(n) = ((3 - n)*Fibonacci(2*n) + (10 + 3*n)*Fibonacci(2*n - 1))/5. - G. C. Greubel, Sep 10 2017
MATHEMATICA
LinearRecurrence[{6, -11, 6, -1}, {3, 7, 19, 53}, 30] (* Harvey P. Dale, Jul 30 2015 *)
Rest[CoefficientList[Series[x*(1 - x)*(2*x^2 - 8*x + 3)/(x^2 - 3*x + 1)^2, {x, 0, 50}], x]] (* G. C. Greubel, Sep 10 2017 *)
PROG
(PARI) Vec(x*(1-x)*(2*x^2-8*x+3)/(x^2-3*x+1)^2 + O(x^30)) \\ Michel Marcus, Sep 09 2017
CROSSREFS
Sequence in context: A222324 A007180 A090378 * A007575 A026299 A183117
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 June 3 19:11 EDT 2024. Contains 373087 sequences. (Running on oeis4.)