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!)
A370475 G.f. satisfies A(x) = 1 + x * A(x)^(3/2) * (1 + A(x)^(5/2)). 3
1, 2, 11, 86, 785, 7818, 82360, 902394, 10178528, 117402240, 1378372807, 16417823232, 197903156219, 2409689022268, 29593911665705, 366158474520010, 4559848894822462, 57109656154370922, 718896822713092457, 9090475112572839810, 115417175337050727590 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum{k=0..n} binomial(n,k) * binomial(3*n/2+5*k/2+1,n)/(3*n/2+5*k/2+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n, k)*binomial(3*n/2+5*k/2+1, n)/(3*n/2+5*k/2+1));
CROSSREFS
Sequence in context: A104185 A074604 A135404 * A153304 A240998 A331876
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 31 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 June 6 22:00 EDT 2024. Contains 373134 sequences. (Running on oeis4.)