This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A289945 #18 Feb 16 2025 08:33:49 %S A289945 1,17,1313,333089,207693089,268946253089,645510228813089, %T A289945 2643553803594573089,17342764866576345933089, %U A289945 173418555892594089945933089,2538940579958951120707545933089,52646414799433780559063261145933089 %N A289945 a(n) = Sum_{k=1..n} k!^4. %C A289945 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. %H A289945 Seiichi Manyama, <a href="/A289945/b289945.txt">Table of n, a(n) for n = 1..144</a> %H A289945 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/FactorialSums.html">Factorial Sums</a> %t A289945 Table[Sum[k!^4, {k, n}], {n, 12}] %t A289945 Accumulate[(Range[15]!)^4] (* _Harvey P. Dale_, Jul 12 2019 *) %o A289945 (PARI) a(n) = sum(k=1, n, k!^4); \\ _Michel Marcus_, Jul 16 2017 %Y A289945 Cf. A007489 (k!), A104344 (k!^2), A289946 (k!^6). %K A289945 nonn %O A289945 1,2 %A A289945 _Eric W. Weisstein_, Jul 16 2017