Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Search: a100856 -id:a100856
     Sort: relevance | references | number | modified | created      Format: long | short | data
Primes of the form (p - 1)! + p, p prime.
+10
13
3, 5, 29, 727, 3628811, 80658175170943878571660636856403766975289505440883277824000000000053
OFFSET
1,1
COMMENTS
a(n) = A100856(k) = A100857(k) for some k.
Subset of A073309. - R. J. Mathar, Sep 02 2008
No more terms for p < 1250. - Vincenzo Librandi, Dec 26 2010
PROG
(Magma)[ a: p in PrimesUpTo(250) | IsPrime(a) where a is Factorial(p-1)+p ]; // Vincenzo Librandi, Dec 26 2010
CROSSREFS
Cf. A092791.
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 20 2004
STATUS
approved
a(n) = greatest prime factor of (prime(n) - 1)! + prime(n).
+10
3
3, 5, 29, 727, 3628811, 6599, 6385271, 1291883, 315389197, 123662437024088191, 2107707330310062524424576119, 50717732086848522419, 14602944428087660261, 55353784249983832172137, 16166897314580017
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..24 (using factordb.com)
FactorDB, Status of 97+96!.
FORMULA
a(n) = A006530(A100856(n)).
a(n) > A000040(n).
EXAMPLE
n=6: (prime(6)-1)! + prime(6) = 12! + 13 = 479001600 + 13 = 479001613 = 29*2503*6599, therefore a(6) = 6599.
MATHEMATICA
FactorInteger[(#-1)!+#][[-1, 1]]&/@Prime[Range[15]] (* Harvey P. Dale, Jul 23 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 20 2004
STATUS
approved

Search completed in 0.019 seconds