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!)
A036511 Smallest square containing exactly n 4's. 4
4, 144, 1444, 44944, 6441444, 47444544, 4434494464, 44424414441, 4243443441444, 44844344414464, 444431244445444, 44044624434444544, 441544444344443449, 14444545446449449444, 346454444084444444644, 44024844440444424044544, 444448493447444044441744 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(21) > 10^28. - Giovanni Resta, Jul 27 2018
LINKS
MATHEMATICA
a[n_] := Block[{k=1}, While[DigitCount[k^2, 10, 4] != n, k++]; k^2]; Array[a, 7] (* Giovanni Resta, Jul 27 2018 *)
CROSSREFS
Cf. A048349. - Jon E. Schoenfield, Jan 24 2009
Sequence in context: A017294 A273698 A134631 * A263386 A186720 A060870
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
a(13)-a(16) from Jon E. Schoenfield, Jan 17 2009
a(17) from Giovanni Resta, Jul 27 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 20 10:49 EDT 2024. Contains 371834 sequences. (Running on oeis4.)