login
A057659
Prime numbers whose square is composed of just two different decimal digits.
1
5, 7, 11, 109, 173, 81619
OFFSET
1,1
COMMENTS
Conjectured to be a finite sequence.
No further terms up to prime(1000000)=15485863. - Harvey P. Dale, Mar 20 2011
REFERENCES
Related to the Unsolved problem F24, p. 262, of the UPiNT by R. K. Guy
EXAMPLE
81619^2 = 6661661161.
MATHEMATICA
Select[Prime[Range[10000]], Count[DigitCount[#^2], 0] ==8&] (* Harvey P. Dale, Mar 20 2011 *)
CROSSREFS
Subsequence of A016069.
Sequence in context: A086140 A104387 A133761 * A098040 A263880 A082565
KEYWORD
easy,nonn,base
AUTHOR
Carlos Rivera, Oct 15 2000
STATUS
approved