A302859 Primes of the form (k+1)!*k/2 + 1.
2, 7, 37, 241, 1801, 15121, 141121, 1451521, 16329601, 199584001, 37362124801, 566658892801, 9153720576001, 23112569077678080001, 186134520519971831808000001
Offset: 1
Keywords
Links
- Maheswara Rao Valluri, Primes of the form p = 1 + n! Sum n, for some n ∈ N*, arXiv:1803.11461 [math.GM], 2018.
Programs
-
Mathematica
Reap[For[k = 1, k <= 1000, k++, If[PrimeQ[p = (k+1)! k/2 + 1], Print["k = ", k, " p = ", p]; Sow[p]]]][[2, 1]]
Formula
a(n) = A300559(A301373(n)) for all n >= 1; a(n) = A300559(n) for 1 <= n <= 10. - M. F. Hasler, Apr 15 2018
Extensions
This sequence was originally submitted as A302174, then withdrawn, then reinstated with a new A-number by N. J. A. Sloane, Apr 14 2018
Comments