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!)
A062521 4^a(n) is smallest nonnegative power of 4 containing the string 'n'. 2

%I #3 Mar 30 2012 17:30:32

%S 5,0,4,7,1,4,2,10,7,6,5,20,25,35,9,29,2,17,15,11,28,9,36,29,5,4,9,19,

%T 24,16,11,37,38,43,35,14,8,15,7,21,6,11,16,11,9,14,21,18,10,16,26,20,

%U 30,8,14,8,4,10,25,22,22,29,9,7,3,8,23,12,14,17,23,13,12,15,15,22

%N 4^a(n) is smallest nonnegative power of 4 containing the string 'n'.

%t Table[k = 0; While[ StringPosition[ ToString[4^k], ToString[n] ] == {}, k++ ]; k, {n, 0, 75} ]

%Y Cf. A030000. Essentially the same as A063567.

%K base,nonn

%O 0,1

%A _Robert G. Wilson v_, Jun 24 2001

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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)