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!)
A370838 Expansion of (1/x) * Series_Reversion( x/(x+1/(1+x^4)) ). 2
1, 1, 1, 1, 0, -4, -14, -34, -64, -80, 16, 496, 1946, 5266, 10830, 14886, -884, -92564, -390404, -1113380, -2405649, -3529749, -360799, 20509101, 91770476, 271807476, 608858576, 941203576, 243522996, -4977842140, -23564569004, -72054072364, -166314098964 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/4)} (-1)^k * binomial(n,4*k) * binomial(5*k,k)/(4*k+1).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serreverse(x/(x+1/(1+x^4)))/x)
(PARI) a(n) = sum(k=0, n\4, (-1)^k*binomial(n, 4*k)*binomial(5*k, k)/(4*k+1));
CROSSREFS
Sequence in context: A032645 A098942 A011554 * A366086 A099586 A253001
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 03 2024
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 1 03:12 EDT 2024. Contains 372148 sequences. (Running on oeis4.)