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!)
A361813 Expansion of 1/sqrt(1 - 4*x*(1+x)^4). 4
1, 2, 14, 80, 486, 3030, 19184, 122924, 794678, 5173160, 33863666, 222683588, 1469908848, 9733916596, 64636957300, 430240178484, 2869778018070, 19177245746844, 128361805431752, 860443079597872, 5775392952659170, 38811408514848032, 261101034656317244 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(2*k,k) * binomial(4*k,n-k).
n*a(n) = 2 * ( (2*n-1)*a(n-1) + 4*(2*n-2)*a(n-2) + 6*(2*n-3)*a(n-3) + 4*(2*n-4)*a(n-4) + (2*n-5)*a(n-5) ) for n > 4.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(1/sqrt(1-4*x*(1+x)^4))
CROSSREFS
Sequence in context: A026291 A220867 A216985 * A102401 A077461 A077444
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 25 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 14 16:21 EDT 2024. Contains 372533 sequences. (Running on oeis4.)