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!)
A291587 a(n) = ((2n-1)!!)^5 * Sum_{i=1..n} 1/(2*i-1)^5. 2
0, 1, 244, 762743, 12820180976, 757031629267449, 121921454556651769524, 45268703999809586294371407, 34375967164840303438628549400000, 48808991831991566280900452880679940625, 120855944455445379138034328603009420077012500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 0, a(1) = 1, a(n+1) = ((2*n-1)^5+(2*n+1)^5)*a(n) - (2*n-1)^10*a(n-1) for n > 0.
a(n) ~ 31*Zeta(5) * 2^(5*n-5/2) * n^(5*n) / exp(5*n). - Vaclav Kotesovec, Aug 27 2017
MATHEMATICA
Table[(2*n-1)!!^5 * Sum[1/(2*i-1)^5, {i, 1, n}], {n, 0, 12}] (* Vaclav Kotesovec, Aug 27 2017 *)
CROSSREFS
Sequence in context: A263948 A306981 A164656 * A220090 A013684 A233821
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 27 2017
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 20:04 EDT 2024. Contains 372176 sequences. (Running on oeis4.)