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!)
A165710 Partial sums of A046882. 1
1, 2, 6, 46662, 1333735776850284124449081472890438 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n) (k!)^(k!) = 1 + A165711(n).
MATHEMATICA
s=0; lst={}; Do[AppendTo[lst, s+=n!^n! ], {n, 0, 6, 1}]; lst
Accumulate[Table[(n!)^n!, {n, 0, 5}]] (* Harvey P. Dale, Apr 01 2011 *)
CROSSREFS
Sequence in context: A184391 A161563 A135408 * A151995 A152210 A206034
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition simplified by R. J. Mathar, Sep 25 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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)