login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A247264 Smallest positive number not divisible by 10 whose square remains a square when prefixed with 10^n. 4
15, 75, 11252109375, 375, 9694963627295445503856592180983186990852118469774723052978515625, 6841439843263141047421876154427540653587129781953990459442138671875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
a(0) = 15 since 15^2 = 225 and 1225 is square and 15 is the smallest number not ending in 0 with this property. a(3) = 375 since 375^2 = 140625 and 1000140625 is square and 375 is the smallest number not ending in 0 with this property.
PROG
(PARI)
a(n)=k=1; while(k^2%100==0||!issquare(10^(#Str(k^2)+n)+k^2), k++); k^2
n=0; while(n<10, print1(a(n), ", "); n++) \\ Derek Orr, Sep 13 2014
CROSSREFS
Sequence in context: A222909 A049391 A370739 * A212093 A212241 A000477
KEYWORD
nonn,base
AUTHOR
Chai Wah Wu, Sep 11 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)