|
Search: id:A046029
|
|
|
| A046029 |
|
Numbers n such that (n!)^2+1 is prime. |
|
+0 18
|
|
| 0, 1, 2, 3, 4, 5, 9, 10, 11, 13, 24, 65, 76
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
a(14) > 780. - Ralf Stephan (ralf(AT)ark.in-berlin.de), Oct 21 2002
a(14) > 2500. - Gabriel Cunningham (gcasey(AT)mit.edu), Feb 23 2004
a(14) > 10000. - Charles R Greathouse IV, Nov 16 2006
|
|
REFERENCES
|
H. Ibstedt, A Few Smarandache Sequences, Smarandache Notions Journal, Vol. 8, No. 1-2-3, 1997, 170-183.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
EXAMPLE
|
9 is a term because (9!)^2 + 1 is prime.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[n!^2 + 1], Print[n]], {n, 500}] (from Robert G. Wilson v Apr 14 2004)
|
|
CROSSREFS
|
Cf. A020549, A051739.
Sequence in context: A095906 A118732 A118872 this_sequence A139456 A081869 A015837
Adjacent sequences: A046026 A046027 A046028 this_sequence A046030 A046031 A046032
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
Eric Weisstein (eric(AT)weisstein.com)
|
|
|
Search completed in 0.002 seconds
|