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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152836 a(0)=-1; a(n)=n^a(n-1)-a(n-1)^n. 5
-1, 2, 0, 1, 3, -118 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

lst={}; a=1; Do[a=n^a-a^n; AppendTo[lst, a], {n, 0, 5}]; lst

CROSSREFS

Cf. A084964, A152832, A152833, A152835

Sequence in context: A062104 A153506 A018843 * A152837 A174996 A072737

Adjacent sequences:  A152833 A152834 A152835 * A152837 A152838 A152839

KEYWORD

sign

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 14 2008

EXTENSIONS

Definition corrected by N. J. A. Sloane (njas(AT)research.att.com), Jan 11 2009

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 17 21:13 EST 2012. Contains 206085 sequences.