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!)
A366216 G.f. A(x) satisfies A(x) = 1 + x*(1 + x)^4*A(x)^4. 1
1, 1, 8, 60, 520, 4886, 48384, 497460, 5259872, 56834345, 624819148, 6966612604, 78592083420, 895432704860, 10288759392156, 119089472755860, 1387274092156508, 16251727492295812, 191342076640423136, 2262894045516407118, 26869820052175649836 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(4*k,n-k) * binomial(4*k,k)/(3*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(4*k, n-k)*binomial(4*k, k)/(3*k+1));
CROSSREFS
Sequence in context: A373757 A160228 A274746 * A317774 A099337 A356595
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 04 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 July 14 05:06 EDT 2024. Contains 374291 sequences. (Running on oeis4.)