The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A372087 G.f. A(x) satisfies A(x) = 1/( 1 - 9*x*(1 + x)*A(x) )^(1/3). 1
1, 3, 30, 369, 5130, 76626, 1200816, 19475829, 324140886, 5504511654, 94998663000, 1661370690546, 29377608173460, 524366947411668, 9435112261205328, 170958245619049173, 3116653690408787070, 57125853834377116014, 1052116816793294021688 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 9^k * binomial(4*k/3-2/3,k) * binomial(k,n-k)/(k+1).
PROG
(PARI) a(n) = sum(k=0, n, 9^k*binomial(4*k/3-2/3, k)*binomial(k, n-k)/(k+1));
CROSSREFS
Sequence in context: A365158 A178016 A365152 * A357770 A372105 A372091
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 17 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 May 17 03:33 EDT 2024. Contains 372577 sequences. (Running on oeis4.)