login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A036978
Numbers for which the "describe what you see" transform A045918 produces a prime.
2
1, 3, 7, 9, 17, 23, 27, 33, 39, 51, 63, 69, 81, 93, 99, 111, 113, 121, 127, 133, 137, 161, 193, 199, 203, 209, 223, 233, 271, 299, 301, 311, 313, 323, 331, 343, 359, 361, 367, 371, 373, 377, 431, 433, 439, 441, 447, 451, 463, 469, 477, 479, 481, 497
OFFSET
1,2
EXAMPLE
E.g. 33 -> "Two threes" -> 23, which is prime.
PROG
(PARI) for(n=1, 999, isprime(A045918(n)) & print1(n", ")) \\ M. F. Hasler, Jan 27 2012
CROSSREFS
Sequence in context: A117583 A126106 A064194 * A079464 A036976 A230116
KEYWORD
nonn,base,easy
EXTENSIONS
Corrected by inserting the missing a(19)=127 by M. F. Hasler, Jan 27 2012
STATUS
approved