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!)
A099516 A transform of the Pell numbers. 1
0, 1, 2, 5, 10, 23, 50, 112, 246, 545, 1202, 2658, 5870, 12972, 28656, 63315, 139880, 309049, 682790, 1508527, 3332850, 7363430, 16268356, 35942447, 79409300, 175442668, 387613604, 856372740, 1892023992, 4180136405, 9235369230 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A transform of A000129 under the mapping g(x)->(1/(1+x^3))g(x/(1+x^3))
LINKS
FORMULA
G.f.: x/(1-2x-x^2+2x^3-2x^4+x^6); a(n)=2a(n-1)+a(n-2)-2a(n-3)+2a(n-4)-a(n-6); a(n)=sum{k=0..floor(n/3), binomial(n-2k, k)(-1)^k*Pell(n-3k)}.
MATHEMATICA
LinearRecurrence[{2, 1, -2, 2, 0, -1}, {0, 1, 2, 5, 10, 23}, 40] (* Harvey P. Dale, Apr 15 2015 *)
CROSSREFS
Sequence in context: A317535 A087640 A116953 * A293741 A291559 A297074
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Oct 20 2004
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)