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!)
A367073 G.f. satisfies A(x) = 1 + 2*x + x^3*A(x)^3. 3
1, 2, 0, 1, 6, 12, 11, 30, 120, 252, 408, 1104, 3415, 7710, 15984, 42609, 118422, 281820, 657468, 1732008, 4608288, 11375240, 28100400, 73598112, 192776895, 487507038, 1239516384, 3241480275, 8460205842, 21733941060, 56121723411, 146904032622, 383900676120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} 2^(n-3*k) * binomial(2*k+1,n-3*k) * A001764(k).
PROG
(PARI) a(n) = sum(k=0, n\3, 2^(n-3*k)*binomial(2*k+1, n-3*k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Cf. A367112.
Sequence in context: A260693 A337107 A362588 * A176129 A362787 A341200
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 09:38 EDT 2024. Contains 374472 sequences. (Running on oeis4.)