|
Search: id:A137390
|
|
|
| A137390 |
|
Numbers n for which n!/9 + 1 is prime. |
|
+0 35
|
|
| 8, 46, 87, 168, 259, 262, 292, 329, 446, 1056, 3562
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
For primes of the form (9+k!)/9 see A139068
a(10) corrected from 1053 to 1056 by Dmitry Kamenetsky (dkamen(AT)rsise.anu.edu.au), Jul 12 2008
No other n exists, for n<= 6000. - Dimitris Zygiridis (dmzyg70(AT)gmail.com), Jul 25 2008
|
|
EXAMPLE
|
a(11) = 3562 because 3562 is the 11th natural number for which k!/9 + 1 is prime. 3562 is the new term.
|
|
MATHEMATICA
|
a = {}; Do[If[PrimeQ[(n! + 9)/9], AppendTo[a, n]], {n, 1, 500}]; a
|
|
CROSSREFS
|
Cf. A082672, A089085, A089130, A117141, A007749, A139056, A139057, A139058, A139059, A139060, A139061, A139061, A139062, A139063, A139064, A139065, A139066, A020458, A139068, A137390, A139070, A139071, A139072.
Sequence in context: A120044 A002686 A110348 this_sequence A034469 A134114 A071586
Adjacent sequences: A137387 A137388 A137389 this_sequence A137391 A137392 A137393
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
Artur Jasinski (grafix(AT)csl.pl), Apr 09 2008
|
|
EXTENSIONS
|
Edited by N. J. A. Sloane (njas(AT)research.att.com), May 15 2008 at the suggestion of Richard J. Mathar
3562 from Dimitris Zygiridis (dmzyg70(AT)gmail.com), Jul 25 2008
|
|
|
Search completed in 0.003 seconds
|