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!)
A038690 a(n)^2 is smallest square containing the string 'n'. 4

%I #17 May 05 2017 12:34:16

%S 0,1,5,6,2,5,4,24,9,3,10,34,11,37,12,34,4,42,43,14,45,11,15,48,18,5,

%T 51,52,17,23,48,56,18,58,59,66,6,61,62,63,20,21,65,66,12,116,68,69,22,

%U 7,50,72,23,73,74,166,16,24,126,77,40,19,25,128,8,81,108,26,41,13,52,131

%N a(n)^2 is smallest square containing the string 'n'.

%C "Containment" implies here that the digits of n are consecutive digits in the square; see A091873 for a relaxed alternative. [_R. J. Mathar_, Dec 09 2008]

%H Michael De Vlieger, <a href="/A038690/b038690.txt">Table of n, a(n) for n = 0..10000</a>

%t Table[ i=0; While[ StringPosition[ ToString[ i^2 ], ToString[ n ] ]=={}, i++ ]; i, {n, 0, 80} ]

%Y Cf. A018851, A029944, A068165, A091873.

%K base,nonn

%O 0,3

%A _Hans Havermann_

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 May 6 07:22 EDT 2024. Contains 372290 sequences. (Running on oeis4.)