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!)
A289949 a(n) = Sum_{k=0..n} k!^4. 2
1, 2, 18, 1314, 333090, 207693090, 268946253090, 645510228813090, 2643553803594573090, 17342764866576345933090, 173418555892594089945933090, 2538940579958951120707545933090, 52646414799433780559063261145933090, 1503614384819523432725006336630745933090 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A289945(n) + 1 for n > 0.
MATHEMATICA
Accumulate[(Range[0, 15]!)^4] (* Harvey P. Dale, Nov 29 2020 *)
PROG
(PARI) a(n) = sum(k=0, n, k!^4); \\ Michel Marcus, Jul 16 2017
CROSSREFS
Cf. A289945.
Sum_{k=0..n} k!^m: A003422(n+1) (m=1), A061062 (m=2), A289948 (m=3), this sequence (m=4).
Sequence in context: A139111 A090766 A069651 * A123558 A278170 A155206
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 16 2017
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)