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!)
A099046 a(n) = (4*0^n + 5^n*binomial(2*n,n))/5. 3
1, 2, 30, 500, 8750, 157500, 2887500, 53625000, 1005468750, 18992187500, 360851562500, 6888984375000, 132038867187500, 2539208984375000, 48970458984375000, 946762207031250000, 18343517761230468750, 356080050659179687500, 6923778762817382812500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
(1 + (k-1)*sqrt(1-4*k*x))/(k*sqrt(1-4*k*x)) is the g.f. for ((k-1)*0^n + k^n*binomial(2*n,n))/k.
LINKS
FORMULA
G.f.: (1 + 4*sqrt(1-20*x))/(5*sqrt(1-20*x)).
n*a(n) +10*(-2*n+1)*a(n-1)=0. - R. J. Mathar, Nov 24 2012
E.g.f.: (4 + exp(10*x) * BesselI(0,10*x)) / 5. - Ilya Gutkovskiy, Nov 17 2021
MATHEMATICA
CoefficientList[Series[(1+4Sqrt[1-20x])/(5Sqrt[1-20x]), {x, 0, 20}], x] (* Harvey P. Dale, Mar 30 2011 *)
Join[{1}, Table[5^(n - 1)*Binomial[2*n, n], {n, 1, 50}]] (* G. C. Greubel, Dec 31 2017 *)
PROG
(Magma) [(4*0^n + 5^n*Binomial(2*n, n))/5: n in [ 0..30]]; // G. C. Greubel, Dec 31 2017
(PARI) for(n=0, 30, print1((4*0^n + 5^n*binomial(2*n, n))/5, ", ")) \\ G. C. Greubel, Dec 31 2017
CROSSREFS
Sequence in context: A219869 A072976 A143414 * A020547 A208881 A297490
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 24 2004
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 12 17:58 EDT 2024. Contains 372493 sequences. (Running on oeis4.)