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!)
A367072 G.f. satisfies A(x) = 1 + x + 2*x^3*A(x)^3. 2
1, 1, 0, 2, 6, 6, 14, 60, 120, 216, 732, 2028, 4240, 11280, 33696, 83328, 207072, 591360, 1606752, 4102656, 11172528, 31167280, 83112000, 223249824, 619860960, 1699634784, 4603619616, 12689107200, 35170240512, 96523315200, 265883115264, 738668408064 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} 2^k * binomial(2*k+1,n-3*k) * A001764(k).
PROG
(PARI) a(n) = sum(k=0, n\3, 2^k*binomial(2*k+1, n-3*k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Cf. A367111.
Sequence in context: A343315 A321302 A294735 * A251548 A316785 A056136
KEYWORD
nonn
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 July 21 06:08 EDT 2024. Contains 374463 sequences. (Running on oeis4.)