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 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
The only prime in this sequence is a(2) = 17 since a(n) is divisible by 13 for n >= 12 and there are no other primes with n < 12.
LINKS
Eric Weisstein's World of Mathematics, Factorial Sums
MATHEMATICA
Table[Sum[k!^4, {k, n}], {n, 12}]
Accumulate[(Range[15]!)^4] (* Harvey P. Dale, Jul 12 2019 *)
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
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)