login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A138586
a(1) = 1; a(n) = a(n-1) + (n!)^7.
0
1, 129, 280065, 4586751489, 358322666751489, 100306488365546751489, 82606511560391889386751489, 173238283180457843219993066751489, 828593116199250458889895450218986751489
OFFSET
1,2
COMMENTS
After a(1) = 1 these are all divisible by 3. a(n)/3 is prime (i.e. a(n) is semiprime) for n = 2, 4 (i.e. (1!)^7 + (2!)^7 + (3!)^7 + (4!)^7 = 4586751489 = 3 * 1528917163) and then when next?
FORMULA
a(n) = Sum_{k=1..n} (k!)^7 = Sum_{k=1..n} A001015(A000142(n)).
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, May 18 2008
STATUS
approved