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!)
A036509 Smallest square containing exactly n 2's. 4
25, 225, 22201, 2002225, 21022225, 212722225, 11222224225, 132922222225, 12222722202201, 22222220262025, 1222522204222225, 22292262226224225, 2222262262926922225, 22226224222205212225, 2222222222222640225, 22222262422274682222225, 1222212242622225512222224, 2220022223125222222222201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(21) > 10^28. - Giovanni Resta, Jul 27 2018
LINKS
FORMULA
a(n) = A048347(n)^2. - Max Alekseyev, Oct 20 2008
MATHEMATICA
a[n_] := Block[{k=1}, While[DigitCount[k^2, 10, 2] != n, k++]; k^2]; Array[a, 7] (* Giovanni Resta, Jul 27 2018 *)
CROSSREFS
Cf. A048347. - Jon E. Schoenfield, Jan 24 2009
Sequence in context: A048384 A191486 A030485 * A034981 A276240 A053919
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
a(13)-a(15) from Max Alekseyev, Oct 20 2008, Nov 10 2008, Dec 05 2008
a(16)-a(18) from Jon E. Schoenfield, Dec 25 2008
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)