The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A018802 Smallest power of 2 that begins with n. 18

%I #17 Apr 08 2023 19:01:33

%S 1,2,32,4,512,64,70368744177664,8,9007199254740992,1024,

%T 1125899906842624,128,131072,140737488355328,151115727451828646838272,

%U 16,17179869184,18014398509481984,19342813113834066795298816,2048,2147483648

%N Smallest power of 2 that begins with n.

%D A. M. Yaglom and I. M. Yaglom, Challenging Mathematical Problems With Elementary Solutions, Vol. 1 pp. 29, 199-200; Prob. 91a, Dover NY 1987

%H Christian N. K. Anderson, <a href="/A018802/b018802.txt">Table of n, a(n) for n = 1..981</a> (a(982) has 1196 digits)

%F a(n) = 2^A018856(n). - _Seiichi Manyama_, Jan 29 2017

%F a(2^n) = 2^n for n >= 0. - _Seiichi Manyama_, Jan 29 2017

%e a(7) = 70368744177664, because 2^46 is the smallest power of 2 that begins with a 7.

%o (R) library(gmp); ndig<-function(i) nchar(as.character(as.bigz(i))) y=as.bigz(rep(0,100)); for(i in 1:100) {n=as.bigz(2); while(substr(n,1,ndig(i))!=as.character(i)) n=n*2; y[i]=n; } # _Christian N. K. Anderson_, May 23 2013

%Y Cf. A018856.

%Y Cf. this sequence (k=2), A018857 (k=3), A018859 (k=4), A018861 (k=5), A018863 (k=6), A018865 (k=7), A018867 (k=8), A018869 (k=9).

%K nonn,base

%O 1,2

%A _David W. Wilson_

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 June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)