The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors 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
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: A308383 A065594 A155731 * A059232 A068698 A053300
KEYWORD
nonn
AUTHOR
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 26 12:18 EDT 2024. Contains 372826 sequences. (Running on oeis4.)