|
Search: id:A100614
|
|
|
| A100614 |
|
Numbers n such that (!n)/2 is prime, where !n = sum_{k=0..n-1} k!. |
|
+0 2
|
|
| 3, 4, 5, 8, 9, 10, 11, 30, 76, 163, 271, 273, 354, 721, 1796, 3733, 4769, 9316, 12221
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
R. K. Guy, Unsolved Problems In Number Theory, B44.
|
|
LINKS
|
Yves Gallot, Is the number of primes (of half the left handed factorials) finite?.
Eric Weisstein's World of Mathematics, Left Factorial
Eric Weisstein's World of Mathematics, Integer Sequence Primes
|
|
FORMULA
|
When A014288(n-1) is prime.
|
|
MATHEMATICA
|
s = 1; Do[s = s + n!; If[ PrimeQ[s/2], Print[n + 1]], {n, 10^3}] (from Robert G. Wilson v Dec 02 2004)
|
|
CROSSREFS
|
Cf. A014288, Left factorials: A003422.
See A124375 for another version.
Sequence in context: A105020 A112594 A120519 this_sequence A127427 A047205 A120631
Adjacent sequences: A100611 A100612 A100613 this_sequence A100615 A100616 A100617
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
R. K. Guy (rkg(AT)cpsc.ucalgary.ca), Dec 02 2004
|
|
EXTENSIONS
|
a(14) from Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 02 2004
a(15)=1796 from Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 02 2004
a(17) from T. D. Noe (noe(AT)sspectra.com), Dec 04 2004
Corrected by adding a(16)=3733 from Eric Weisstein (eric(AT)weisstein.com), Oct 29 2005
a(18)=9316 from Eric Weisstein (eric(AT)weisstein.com), Dec 27, 2005
a(19)=12221 from Eric Weisstein (eric(AT)weisstein.com), Oct 19, 2006
|
|
|
Search completed in 0.002 seconds
|