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!)
A366268 G.f. A(x) satisfies A(x) = 1 + x + x*A(x)^5. 11
1, 2, 10, 90, 930, 10530, 126282, 1576410, 20268930, 266591490, 3569991370, 48509238810, 667157894050, 9269347395490, 129908752970890, 1834347364277530, 26071297610067970, 372683901080814850, 5354668071305293450, 77286026066830771930 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(4*k+1,n-k) * binomial(5*k,k)/(4*k+1).
a(n) = A366273(n) + A366273(n-1).
G.f.: A(x) = 1/B(-x) where B(x) is the g.f. of A366366.
PROG
(PARI) a(n) = sum(k=0, n, binomial(4*k+1, n-k)*binomial(5*k, k)/(4*k+1));
CROSSREFS
Sequence in context: A055779 A363425 A338050 * A198434 A326089 A277403
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 06 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 4 11:58 EDT 2024. Contains 372243 sequences. (Running on oeis4.)