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!)
A366980 G.f. satisfies A(x) = 1 + x*A(x)^5 * (1 - x*A(x)). 0
1, 1, 4, 24, 171, 1336, 11060, 95298, 845649, 7675398, 70921457, 664905445, 6309060313, 60473691666, 584684295383, 5695312881404, 55839455579659, 550621231581791, 5457218248143692, 54332533436452743, 543148496962279730, 5449742750024662824 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(n+4*k+1,k) * binomial(k,n-k)/(n+4*k+1).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*binomial(n+4*k+1, k)*binomial(k, n-k)/(n+4*k+1));
CROSSREFS
Sequence in context: A365225 A369478 A368975 * A369471 A347651 A032349
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 01 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 17 17:29 EDT 2024. Contains 374377 sequences. (Running on oeis4.)