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!)
A099098 Quadrisection of a Padovan sequence. 8
1, 1, 4, 12, 37, 114, 351, 1081, 3329, 10252, 31572, 97229, 299426, 922111, 2839729, 8745217, 26931732, 82938844, 255418101, 786584466, 2422362079, 7459895657, 22973462017, 70748973084, 217878227876, 670976837021, 2066337330754 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Quadrisection of sequence with g.f. 1/(1-x^2-x^3), or A000931(n+3).
LINKS
FORMULA
G.f.: (1-x-x^2)/(1-2x-3x^2-x^3);
a(n)=sum{k=0..2n, binomial(k, 4n-2k)};
a(n)=2a(n-1)+3a(n-2)+a(n-3);
a(n)=A000931(4n+3).
a(n) = Sum [k=0..n, C(2n-k, 2k) ].
EXAMPLE
1 + x + 4*x^2 + 12*x^3 + 37*x^4 + 114*x^5 + 351*x^6 + ...
MATHEMATICA
LinearRecurrence[{2, 3, 1}, {1, 1, 4}, 40] (* Harvey P. Dale, Aug 23 2011 *)
CROSSREFS
Bisection of A005251.
Sequence in context: A101555 A033130 A196918 * A019481 A019480 A192907
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 29 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 May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)