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!)
A365840 Expansion of (1/x) * Series_Reversion( x*(1-x)^4/(1+x)^2 ). 2
1, 6, 55, 602, 7263, 93192, 1247636, 17230290, 243669007, 3511010950, 51361157967, 760784343128, 11387857096900, 171988619895216, 2617571721008520, 40105744064042626, 618116513218831407, 9576289414539654450, 149053521972041737413 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} binomial(4*n+k+3,k) * binomial(2*(n+1),n-k).
PROG
(PARI) a(n) = sum(k=0, n, binomial(4*n+k+3, k)*binomial(2*(n+1), n-k))/(n+1);
CROSSREFS
Cf. A278745.
Sequence in context: A079589 A371776 A372210 * A006200 A243691 A151345
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 20 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 May 2 16:14 EDT 2024. Contains 372197 sequences. (Running on oeis4.)