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!)
A355473 Expansion of Sum_{k>=0} x^k/(1 - k^3 * x)^(k+1). 4
1, 1, 3, 28, 497, 12736, 517297, 28793248, 2095968065, 199522773568, 23839495688321, 3482169003693304, 616298415199306369, 130134007837039167040, 32272959284595295173377, 9313050358489324003967176, 3101245112865402456422252033 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=0} exp(k^3 * x) * x^k/k!.
a(n) = Sum_{k=0..n} k^(3*(n-k)) * binomial(n,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, x^k/(1-k^3*x)^(k+1)))
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1+sum(k=1, N, exp(k^3*x)*x^k/k!)))
(PARI) a(n) = sum(k=0, n, k^(3*(n-k))*binomial(n, k));
CROSSREFS
Sequence in context: A058804 A327114 A327336 * A180710 A005328 A192559
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 03 2022
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 10 16:54 EDT 2024. Contains 373277 sequences. (Running on oeis4.)