A247262 Positive squares not ending in 00 that remain squares when prefixed with 100.
126609965386962890625, 2251582387232059478759765625, 35195816356873080847263336181640625, 507081064881263080149056017398834228515625, 6906141992927910623080625169910490512847900390625, 90266080419142123943961730174907133914530277252197265625
Offset: 1
Examples
126609965386962890625 and 100126609965386962890625 are both squares.
Links
- Chai Wah Wu, Table of n, a(n) for n = 1..85
Programs
-
PARI
for(n=1,10^30,if(n^2%100&&issquare(10^(#Str(n^2)+2)+n^2),print1(n^2,", "))) \\ Derek Orr, Sep 13 2014
Comments