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!)
A052211 Numbers k such that k^4 starts with k itself (in base 10). 9
0, 1, 10, 100, 1000, 10000, 46416, 100000, 464159, 1000000, 2154435, 4641589, 10000000, 21544347, 100000000, 1000000000, 10000000000, 100000000000, 1000000000000, 2154434690032, 4641588833613, 10000000000000, 21544346900319, 46415888336128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
46416^4 starts with 46416.
MATHEMATICA
Join[{0}, Sort[ Table[ 10^i, {i, 0, 22} ]~Join~Select[ Table[ Ceiling[ 10.^(1/3)*10^i ], {i, 0, 22} ], Take[ IntegerDigits[ #^4 ], Length[ IntegerDigits[ # ] ] ]==IntegerDigits[ # ]& ]~Join~Select[ Table[ Ceiling[ 10.^(2/3)*10^i ], {i, 0, 22} ], Take[ IntegerDigits[ #^4 ], Length[ IntegerDigits[ # ] ] ]==IntegerDigits[ # ]& ] ] ]
PROG
(PARI) r=41; print1(1, ", "); e=4; for(n=2, r, p=round((10^(1/(e-1)))^n); f=p^e; b=10^(#Str(f)-#Str(p)); if((f-lift(Mod(f, b)))/b==p, print1(p, ", "))); \\ Arkadiusz Wesolowski, Dec 10 2013
CROSSREFS
Sequence in context: A219111 A232659 A232660 * A136845 A272503 A136837
KEYWORD
nonn,base,easy
AUTHOR
Erich Friedman, Jan 29 2000
EXTENSIONS
0 inserted by Juhani Heino, Aug 31 2015
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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)