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!)
A367074 G.f. satisfies A(x) = 1 + 2*x + 2*x^3*A(x)^3. 3
1, 2, 0, 2, 12, 24, 28, 120, 480, 1056, 2304, 8448, 27760, 69600, 191232, 643104, 1978560, 5470080, 16353792, 52557312, 159694848, 468853760, 1444300800, 4549644288, 13905927936, 42219904512, 131505807360, 411672307200, 1270614647808, 3928681875456 (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(2*k+1,n-3*k) * A001764(k).
PROG
(PARI) a(n) = sum(k=0, n\3, 2^(n-2*k)*binomial(2*k+1, n-3*k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Cf. A367113.
Sequence in context: A122496 A335756 A230813 * A177113 A347010 A281205
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 August 14 06:35 EDT 2024. Contains 375146 sequences. (Running on oeis4.)