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!)
A291507 a(n) = (n!)^9 * Sum_{i=1..n} 1/i^9. 5
0, 1, 513, 10097891, 2647111616000, 5170142516807540224, 52103129720841632885243904, 2102549272223560776918400601161728, 282199388424234851655058321255905292713984, 109329825340451764123791003609208862665771818418176 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 0, a(1) = 1, a(n+1) = (n^9+(n+1)^9)*a(n) - n^18*a(n-1) for n > 0.
a(n) ~ zeta(9) * (2*Pi)^(9/2) * n^(9*n+9/2) / exp(9*n). - Vaclav Kotesovec, Aug 27 2017
Sum_{n>=0} a(n) * x^n / (n!)^9 = polylog(9,x) / (1 - x). - Ilya Gutkovskiy, Jul 15 2020
MATHEMATICA
Table[(n!)^9 * Sum[1/i^9, {i, 1, n}], {n, 0, 12}] (* Vaclav Kotesovec, Aug 27 2017 *)
PROG
(PARI) a(n) = n!^9*sum(i=1, n, 1/i^9); \\ Michel Marcus, Aug 26 2017
CROSSREFS
Cf. A000254 (k=1), A001819 (k=2), A066989 (k=3), A099827 (k=5), A291456 (k=6), A291505 (k=7), A291506 (k=8), this sequence (k=9), A291508 (k=10).
Column k=9 of A291556.
Sequence in context: A296145 A283369 A103351 * A275099 A238615 A213065
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 25 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 June 7 11:42 EDT 2024. Contains 373173 sequences. (Running on oeis4.)