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!)
A370474 G.f. satisfies A(x) = 1 + x * A(x)^(3/2) * (1 + A(x)^(3/2)). 2
1, 2, 9, 54, 372, 2778, 21873, 178786, 1502649, 12904524, 112741664, 998871030, 8953443276, 81047485148, 739846170864, 6803054508702, 62954736555836, 585850907166084, 5479077065774682, 51470699845616004, 485456696541512442, 4595280949098247422 (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+3*k/2+1,n)/(3*n/2+3*k/2+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n, k)*binomial(3*n/2+3*k/2+1, n)/(3*n/2+3*k/2+1));
CROSSREFS
Cf. A271469.
Sequence in context: A223943 A371698 A241125 * A089436 A368178 A000168
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 May 6 21:01 EDT 2024. Contains 372297 sequences. (Running on oeis4.)