OFFSET
1,1
COMMENTS
121 is believed to be the only number of the form p^2 for prime p.
The previous comment conjectures the 1 and the 121 are the only difference with respect to A062532. - R. J. Mathar, Jul 25 2015
PROG
(PARI) for(n=4, 10^5, for(b=2, n-2, d=digits(n, b); if(vecmin(d)==vecmax(d)&&(n+1)%2==0&&issquare(n), print1(n, ", "); break)))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Derek Orr, Apr 30 2015
STATUS
approved