OFFSET
1,1
COMMENTS
The largest number in this sequence (81649) is the only prime in the sequence.
EXAMPLE
164 is in this sequence because 16 and 64 are both squares.
PROG
(PARI) is(n)=if(n<16, return(0)); while(n>9, if(!issquare(n%100), return(0)); n\=10); 1 \\ Charles R Greathouse IV, Aug 23 2017
CROSSREFS
KEYWORD
base,fini,full,nonn,easy
AUTHOR
Bobby Jacobs, Aug 22 2017
STATUS
approved