login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038125 Sum (k-n)^k, k = 0,...,n. 1
1, 1, 0, 0, 1, -1, 0, 6, -19, 29, 48, -524, 2057, -3901, -9632, 129034, -664363, 1837905, 2388688, -67004696, 478198545, -1994889945, 1669470784, 56929813934, -615188040195, 3794477505573, -12028579019536, -50780206473220 (list; graph; refs; listen; history; internal format)
OFFSET

0,8

EXAMPLE

0^0, 1^0 - 0^1, 2^0 - 1^1 + 0^2, 3^0 - 2^1 + 1^2 - 0^3, ...

MATHEMATICA

Prepend[ Table[ Sum[ (k-n)^k, {k, 0, n} ], {n, 30} ], 1 ]

CROSSREFS

Cf. A026898.

Sequence in context: A046955 A042215 A041911 * A092098 A186113 A162332

Adjacent sequences:  A038122 A038123 A038124 * A038126 A038127 A038128

KEYWORD

sign,easy

AUTHOR

Jim Ferry (jferry(AT)alum.mit.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 16:14 EST 2012. Contains 205635 sequences.