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!)
A049393 Expansion of (1-25*x)^(1/5). 6
1, -5, -50, -750, -13125, -249375, -4987500, -103312500, -2195390625, -47566796875, -1046469531250, -23307730468750, -524423935546875, -11900389306640625, -272008898437500000, -6256204664062500000, -144674732856445312500, -3361559969311523437500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1-25*x)^(1/5).
a(n) = 5^n/n! * product[ k=0..n-1 ] (5*k-1).
a(n) ~ -1/5*Gamma(4/5)^-1*n^(-6/5)*5^(2*n)*{1 + 3/25*n^-1 + ...}. - Joe Keane (jgk(AT)jgk.org), Nov 24 2001
MAPLE
A049393 := proc(n)
coeftayl((1-25*x)^(1/5), x=0, n);
end proc:
seq(A049393(n), n=0..20); # Wesley Ivan Hurt, Jul 13 2014
MATHEMATICA
CoefficientList[Series[(1 - 25 x)^(1/5), {x, 0, 20}], x] (* Wesley Ivan Hurt, Jul 13 2014 *)
PROG
(PARI) Vec(taylor((1-25*x)^(1/5), x, 40)) \\ Michel Marcus, Jul 16 2014
CROSSREFS
Cf. A049382.
Sequence in context: A217794 A347022 A093146 * A047054 A052562 A367136
KEYWORD
sign,easy
AUTHOR
Joe Keane (jgk(AT)jgk.org)
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 13 19:11 EDT 2024. Contains 372522 sequences. (Running on oeis4.)