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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145385 a(1) = 1; a(n) = a(n-1) + n^a(n-1) for n > 1. 0
1, 3, 30, 1152921504606847006 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Next term is too large to include.

LINKS

Table of n, a(n) for n=1..4.

MATHEMATICA

lst={}; s=0; Do[s+=n^s; AppendTo[lst, s], {n, 4}]; lst

PROG

(ARIBAS) a:=0; for n:=1 to 4 do a:=a+n**a; write(a:group(0), ", "); end; end;

CROSSREFS

Sequence in context: A115040 A065594 A155731 * A059232 A068698 A053300

Adjacent sequences:  A145382 A145383 A145384 * A145386 A145387 A145388

KEYWORD

nonn

AUTHOR

Vladimir Joseph Stephan Orlovsky, Oct 10 2008

EXTENSIONS

Edited definition, added comment and ARIBAS code. - Klaus Brockhaus, Oct 13 2008

STATUS

approved

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 May 22 19:51 EDT 2013. Contains 225568 sequences.