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!)
A372038 G.f. A(x) satisfies A(x) = ( 1 + 9*x*(1 + x)*A(x) )^(1/3). 2
1, 3, 3, -9, 0, 81, -171, -621, 3672, 324, -54918, 125145, 563922, -3381345, -1013553, 59036607, -128956455, -693917604, 3979050642, 2186515944, -76048363647, 153593093106, 978492895848, -5278059507771, -4343581909296, 107892778958370, -197193416230692 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 9^k * binomial(k/3+1/3,k) * binomial(k,n-k)/(k+1).
PROG
(PARI) a(n) = sum(k=0, n, 9^k*binomial(k/3+1/3, k)*binomial(k, n-k)/(k+1));
CROSSREFS
Cf. A372036.
Sequence in context: A119006 A248241 A109695 * A010610 A140059 A324895
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 16 2024
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 13 16:37 EDT 2024. Contains 374284 sequences. (Running on oeis4.)