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!)
A276489 a(n) = 25^(n+1)*Gamma(n+8/5)/Gamma(3/5). 0
15, 600, 39000, 3510000, 403650000, 56511000000, 9324315000000, 1771619850000000, 380898267750000000, 91415584260000000000, 24225129828900000000000, 7025287650381000000000000, 2212965609870015000000000000, 752408307355805100000000000000, 274629032184868861500000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
E.g.f.: 15/(1 - 25*x)^(8/5).
D-finite with recurrence: a(n) = 5*(5*n + 3)*a(n - 1), a(0)=15.
a(n) = Product_{k=0..n} 5*(5*k + 3).
a(n) = Product_{k=0..n} 5*A016885(k).
a(n) ~ sqrt(2*Pi)*25^(n+1)*n^(n+11/10)/(Gamma(3/5)*exp(n)).
Sum_{n>=0} 1/a(n) = exp(1/25)*(Gamma(3/5) - Gamma(3/5, 1/25))/5^(4/5)
= 0.06835926175445652444604..., where Gamma(a, x) is the incomplete Gamma function.
EXAMPLE
a(0) = (1+2+3+4+5) = 15;
a(1) = (1+2+3+4+5)*(6+7+8+9+10) = 600;
a(2) = (1+2+3+4+5)*(6+7+8+9+10)*(11+12+13+14+15) = 39000, etc.
MATHEMATICA
FullSimplify[Table[25^(n + 1) (Gamma[n + 8/5]/Gamma[3/5]), {n, 0, 14}]]
PROG
(PARI) a(n) = prod(k=0, n, 5*(5*k + 3)); \\ Michel Marcus, Sep 06 2016
CROSSREFS
Sequence in context: A343074 A232291 A294834 * A243227 A215899 A027505
KEYWORD
nonn,easy
AUTHOR
Ilya Gutkovskiy, Sep 05 2016
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 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)