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!)
A366179 G.f. A(x) satisfies A(x) = 1/(1 - x)^2 + x*A(x)^3/(1 - x). 2
1, 3, 13, 80, 582, 4627, 38906, 340138, 3060404, 28151835, 263546436, 2502686416, 24048985907, 233410500126, 2284790496700, 22530585455108, 223610524426654, 2231886642819974, 22389017726854323, 225604735477075272, 2282518274913713101 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+4*k+1,n-k) * binomial(3*k,k)/(2*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+4*k+1, n-k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Partial sums of A366178.
Sequence in context: A112935 A258377 A335636 * A201795 A308521 A183278
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 03 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 20 14:08 EDT 2024. Contains 372717 sequences. (Running on oeis4.)