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!)
A052069 a(n)^2 is the smallest square whose digits occur with the same frequency n. 6
0, 88, 10011, 31646191, 16431563, 667567716, 10715008859, 652246443112, 15647628653832, 781035313645040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
31646191^2 = 1001481404808481 and its digits 0, 1, 4 and 8 each occur four times.
MATHEMATICA
Table[i = 0;
While[x = i^2; Union@DeleteCases[DigitCount[x], 0] != {n}, i++];
i, {n, 10}] (* Robert Price, Oct 12 2019 *)
CROSSREFS
Sequence in context: A188762 A188991 A189201 * A346926 A174499 A048919
KEYWORD
nonn,base,more,nice
AUTHOR
Patrick De Geest, Jan 15 2000
EXTENSIONS
2 more terms from Jon E. Schoenfield, Aug 18 2007
a(10) from Giovanni Resta, Aug 19 2018
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 18 20:10 EDT 2024. Contains 371781 sequences. (Running on oeis4.)