|
| |
|
|
A054415
|
|
Smallest prime factor of n!-1.
|
|
5
| |
|
|
1, 5, 23, 7, 719, 5039, 23, 11, 29, 13, 479001599, 1733, 87178291199, 17, 3041, 19, 59, 653, 124769, 23, 109, 51871, 625793187653, 149, 20431, 29, 239, 31, 265252859812191058636308479999999, 787
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 2,2
|
|
|
LINKS
| Hisanori Mishima, Factorizations of many number sequences
Hisanori Mishima, Factorizations of many number sequences
R. G. Wilson v, Explicit factorizations
|
|
|
EXAMPLE
| a(3)=5 because 3!-1=5 which is prime; a(5)=7 because 5!-1=119=7*17 and 7<17
|
|
|
MATHEMATICA
| Do[ Print[ FactorInteger[ n! - 1, FactorComplete -> True][ [1, 1] ] ], {n, 3, 32} ]
|
|
|
CROSSREFS
| Cf. A002582, A033312, A051301.
Sequence in context: A183408 A002069 A120488 * A156328 A078190 A081319
Adjacent sequences: A054412 A054413 A054414 * A054416 A054417 A054418
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Henry Bottomley (se16(AT)btinternet.com), May 10 2000
|
|
|
EXTENSIONS
| More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 01 2000
|
| |
|
|