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!)
A367111 G.f. satisfies A(x) = 1 + x*A(x) + 2*x^3*A(x)^3. 3
1, 1, 1, 3, 9, 21, 53, 155, 449, 1273, 3721, 11155, 33529, 101245, 309037, 950587, 2936833, 9117169, 28448209, 89134435, 280252585, 884123429, 2797933733, 8879167067, 28249550913, 90091462761, 287946752601, 922194331891, 2959055180953, 9511538457229 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} 2^k * binomial(n,3*k) * A001764(k).
PROG
(PARI) a(n) = sum(k=0, n\3, 2^k*binomial(n, 3*k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Cf. A190590.
Sequence in context: A005254 A272265 A191796 * A372375 A345108 A007056
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 23 03:25 EDT 2024. Contains 375375 sequences. (Running on oeis4.)