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!)
A279285 Self-composition of the Pell numbers; g.f.: A(x) = G(G(x)), where G(x) = g.f. of A000129. 0
0, 1, 4, 18, 82, 377, 1740, 8045, 37226, 172314, 797744, 3693493, 17101128, 79180525, 366618808, 1697509962, 7859781454, 36392245541, 168502887396, 780199897985, 3612471696230, 16726421117538, 77446465948772, 358591660029577, 1660346632032144, 7687716275234809, 35595568065121900, 164814155562334914 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Pell Number
FORMULA
G.f.: x*(1 - 2*x - x^2)/(1 - 6*x + 5*x^2 + 6*x^3 + x^4).
a(n) = 6*a(n-1) - 5*a(n-2) - 6*a(n-3) - a(n-4).
MATHEMATICA
CoefficientList[Series[x (1 - 2 x - x^2)/(1 - 6 x + 5 x^2 + 6 x^3 + x^4), {x, 0, 27}], x]
LinearRecurrence[{6, -5, -6, -1}, {0, 1, 4, 18}, 28]
CROSSREFS
Sequence in context: A356289 A100192 A052913 * A129160 A187077 A218986
KEYWORD
nonn,easy
AUTHOR
Ilya Gutkovskiy, Dec 09 2016
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 March 28 22:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)