[go: up one dir, main page]

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!)
A289945 revision #11

A289945 a(n) = Sum_{k=1..n} k!^4. 8
1, 17, 1313, 333089, 207693089, 268946253089, 645510228813089, 2643553803594573089, 17342764866576345933089, 173418555892594089945933089, 2538940579958951120707545933089, 52646414799433780559063261145933089 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Only prime for n <= 3000 is a(2) = 17.
LINKS
Eric Weisstein's World of Mathematics, Factorial Sums
MATHEMATICA
Table[Sum[k!^4, {k, n}], {n, 12}]
PROG
(PARI) a(n) = sum(k=1, n, k!^4); \\ Michel Marcus, Jul 16 2017
CROSSREFS
Cf. A007489 (k!), A104344 (k!^2), A289946 (k!^6).
Sequence in context: A348598 A188717 A266866 * A128542 A316746 A067409
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Jul 16 2017
STATUS
editing

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 August 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)