Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145385
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145385 a(1) = 1; a(n) = a(n-1) + n^a(n-1) for n > 1. +0
1
1, 3, 30, 1152921504606847006 (list; graph; listen)
OFFSET

1,2

COMMENT

Next term is too large to include.

MATHEMATICA

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

PROGRAM

(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 this_sequence A059232 A068698 A053300

Adjacent sequences: A145382 A145383 A145384 this_sequence A145386 A145387 A145388

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 10 2008

EXTENSIONS

Edited definition, added comment and ARIBAS code. - Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Oct 13 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research