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”).

A153165
Primes of form 6k+1 that use only digits 2 and 3.
1
223, 32233, 32323, 33223, 232333, 233323, 323233, 2332333, 2333323, 3222223, 3223333, 3233323, 3332233, 22223323, 22232233, 22232323, 23222233, 23223223, 23322223, 32322223, 33222223, 223323223, 223333333, 232232233, 232233223
OFFSET
1,1
COMMENTS
Corresponding values of k: 37,5372,5387,5537,38722,38887,53872,388722,388887 (A153166).
MATHEMATICA
Select[Flatten[Table[FromDigits/@Tuples[{2, 3}, n], {n, 9}]], PrimeQ[#]&&Mod[#, 6]==1&] (* Harvey P. Dale, Aug 16 2024 *)
CROSSREFS
Cf. A152834 Numbers of form 6k+1 that use only digits 2 and 3.
Sequence in context: A152834 A139233 A205265 * A094491 A162604 A296896
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Dec 20 2008
STATUS
approved