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

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

0,4

EXAMPLE

a(1) = 1^1-1^1 = 0. - R. J. Mathar, Jan 08 2009

MATHEMATICA

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

CROSSREFS

Cf. A084964, A152832, A152833, A152835, A152836, A152837

Sequence in context: A117700 A084755 A127819 * A102697 A041813 A065842

Adjacent sequences:  A152835 A152836 A152837 * A152839 A152840 A152841

KEYWORD

sign

AUTHOR

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

EXTENSIONS

Indices added to definition, offset corrected - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 08 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 16 19:41 EST 2012. Contains 205947 sequences.