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!)
A289946 a(n) = Sum_{k=1..n} k!^6. 8
1, 65, 46721, 191149697, 2986175149697, 139317055679149697, 16390300280131775149697, 4296598745804900241599149697, 2283384320190476620685217983149697, 2283382306976051006261597069217983149697 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Geoffrey Critzer, Combinatorics of Vector Spaces over Finite Fields, Master's thesis, Emporia State University, 2018. [This thesis cites this sequence entry, but it's just a typo: the intended sequence entry is A289546.]
Eric Weisstein's World of Mathematics, Factorial Sums
MATHEMATICA
Table[Sum[k!^6, {k, n}], {n, 10}]
Accumulate[(Range[10]!)^6] (* Harvey P. Dale, May 14 2023 *)
PROG
(PARI) a(n) = sum(k=1, n, k!^6); \\ Michel Marcus, Jul 16 2017
CROSSREFS
Cf. A007489 (k!), A104344 (k!^2), A289945 (k!^4).
Cf. A289947 (indices giving primes).
Sequence in context: A278550 A177652 A278795 * A219564 A183238 A103345
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)