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!)
A349854 Expansion of Sum_{k>=0} k^3 * x^k/(1 + k * x). 4
0, 1, 7, 12, 14, 49, 13, 8, 596, -1967, 4011, 9764, -128878, 664545, -1837695, -2388448, 67004968, -478198239, 1994890287, -1669470404, -56929813514, 615188040657, -3794477505067, 12028579020088, 50780206473820, -1172949397923535, 10766410530764819, -61183127006113196 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = -Sum_{k=0..n} (-k)^(n-k+3).
MATHEMATICA
a[n_] := -Sum[(-k)^(n - k + 3), {k, 0, n}]; Array[a, 28, 0] (* Amiram Eldar, Dec 02 2021 *)
PROG
(PARI) a(n, s=3, t=1) = sum(k=0, n, (-k^t)^(n-k)*k^s);
(PARI) my(N=40, x='x+O('x^N)); concat(0, Vec(sum(k=0, N, k^3*x^k/(1+k*x))))
CROSSREFS
Sequence in context: A287562 A341092 A351474 * A073255 A162194 A247954
KEYWORD
sign
AUTHOR
Seiichi Manyama, Dec 02 2021
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)