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!)
A125304 a(n) is the smallest number whose n-th power has all its digits twice. 0
11, 88, 11, 207, 2955 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There may be no further terms.
LINKS
EXAMPLE
11^1 = 11, 88^2 = 7744, 11^3 = 1331, 207^4 = 1836036801, 2955^5 = 225313610074846875.
MATHEMATICA
g[n_] := Block[{k = 2}, While[ Union[ Length@ # & /@ Split@ Sort@ IntegerDigits[k^n]] != {2}, k++ ]; k]; Do[ Print@ g@ n, {n, 5}] (* Robert G. Wilson v, Aug 31 2007 *)
CROSSREFS
Sequence in context: A224182 A119383 A001278 * A334249 A192827 A022735
KEYWORD
base,fini,nonn
AUTHOR
Tanya Khovanova, Dec 09 2006
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)