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

A247885
Smallest square that remains a square when prefixed with n.
3
225, 25, 4225, 9, 625, 4, 225, 1, 3025, 5625, 9025, 1, 225, 4, 625, 9, 64, 49, 36, 25, 16, 5625, 87025, 8850625, 889914313729282379150390625, 9669767640625, 225, 9, 16, 25, 36, 4, 64, 81, 15625, 1, 1456358697509765625, 142604475904693603515625, 1050625
OFFSET
1,1
LINKS
PROG
(PARI)
a(n)=k=1; while(!issquare(eval(concat(Str(n), Str(k^2)))), k++); k^2
vector(24, n, a(n))
KEYWORD
nonn,base,look
AUTHOR
Derek Orr, Sep 25 2014
EXTENSIONS
a(25)-a(39) from Hiroaki Yamanouchi, Sep 26 2014
STATUS
approved