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!)
A367113 G.f. satisfies A(x) = 1 + 2*x*A(x) + 2*x^3*A(x)^3. 4
1, 2, 4, 10, 32, 112, 396, 1416, 5184, 19424, 73984, 285056, 1108848, 4350816, 17203008, 68473504, 274122752, 1103014912, 4458611968, 18096793088, 73724852224, 301360575488, 1235633545216, 5080554352640, 20943623880448, 86541514460672, 358386391051264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} 2^(n-2*k) * binomial(n,3*k) * A001764(k).
PROG
(PARI) a(n) = sum(k=0, n\3, 2^(n-2*k)*binomial(n, 3*k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Cf. A367074.
Sequence in context: A263662 A151400 A363138 * A365516 A336614 A071954
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 05:18 EDT 2024. Contains 375255 sequences. (Running on oeis4.)