Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A367115 G.f. satisfies A(x) = 1 + 2*x*A(x) + 2*x^4*A(x)^4. 2
1, 2, 4, 8, 18, 52, 184, 688, 2512, 8864, 30784, 107648, 384432, 1403872, 5205568, 19443328, 72817856, 273199488, 1027939072, 3883718144, 14741042464, 56189409088, 214931447680, 824443822848, 3169934397184, 12214858010112, 47168251137024 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/4)} 2^(n-3*k) * binomial(n,4*k) * A002293(k).
PROG
(PARI) a(n) = sum(k=0, n\4, 2^(n-3*k)*binomial(n, 4*k)*binomial(4*k, k)/(3*k+1));
CROSSREFS
Sequence in context: A034766 A099785 A333497 * A166952 A135422 A116723
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Nov 05 2023
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 August 18 08:16 EDT 2024. Contains 375255 sequences. (Running on oeis4.)