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!)
A165711 a(n) = Sum_{k=1..n} k!^k!. 1
1, 5, 46661, 1333735776850284124449081472890437 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The next term has 250 digits. - Harvey P. Dale, Dec 19 2014
LINKS
MATHEMATICA
s=0; lst={}; Do[AppendTo[lst, s+=n!^n! ], {n, 1, 6, 1}]; lst
Accumulate[Table[(k!)^k!, {k, 5}]] (* Harvey P. Dale, Dec 19 2014 *)
PROG
a(n)=sum(k=1, n, k!^k!)
CROSSREFS
Cf. A165710.
Sequence in context: A193148 A307492 A355959 * A167369 A259161 A356762
KEYWORD
nonn
AUTHOR
EXTENSIONS
Program by Charles R Greathouse IV, Oct 12 2009
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 April 18 18:49 EDT 2024. Contains 371781 sequences. (Running on oeis4.)