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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001099 a(n) = n^n - a(n-1). 0
1, 3, 24, 232, 2893, 43763, 779780, 15997436, 371423053, 9628576947, 275683093664, 8640417354592, 294234689237661, 10817772136320355, 427076118244539020, 18019667955465012596, 809220593930871751581 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

Absolute value of Sum[k^k*(-1)^(k+1),{k,1,n}]. a(n) = n^n - (n-1)^(n-1) + (n-2)^(n-2) - ... - (-1)^n*1^1. - Alexander Adamchuk (alex(AT)kolmogorov.com), Jun 30 2006

MATHEMATICA

Abs[Table[Sum[k^k*(-1)^(k+1), {k, 1, n}], {n, 1, 30}]] - Alexander Adamchuk (alex(AT)kolmogorov.com), Jun 30 2006

CROSSREFS

Cf. A001923.

Sequence in context: A063979 A073978 A000279 * A080523 A203423 A194957

Adjacent sequences:  A001096 A001097 A001098 * A001100 A001101 A001102

KEYWORD

nonn

AUTHOR

Ed Smiley [ esmiley(AT)meridian-data.com ]

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 16 13:37 EST 2012. Contains 205909 sequences.