A018802
Smallest power of 2 that begins with n.
Original entry on oeis.org
1, 2, 32, 4, 512, 64, 70368744177664, 8, 9007199254740992, 1024, 1125899906842624, 128, 131072, 140737488355328, 151115727451828646838272, 16, 17179869184, 18014398509481984, 19342813113834066795298816, 2048, 2147483648
Offset: 1
a(7) = 70368744177664, because 2^46 is the smallest power of 2 that begins with a 7.
- A. M. Yaglom and I. M. Yaglom, Challenging Mathematical Problems With Elementary Solutions, Vol. 1 pp. 29, 199-200; Prob. 91a, Dover NY 1987
-
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
A018869
Smallest power of 9 that begins with n.
Original entry on oeis.org
1, 282429536481, 387420489, 4782969, 59049, 6561, 729, 81, 9, 109418989131512359209, 11972515182562019788602740026717047105681, 12157665459056928801, 1350851717672992089
Offset: 1
A018861
Smallest power of 5 that begins with n.
Original entry on oeis.org
1, 25, 3125, 48828125, 5, 625, 78125, 88817841970012523233890533447265625, 9765625, 108420217248550443400745280086994171142578125, 11920928955078125, 125, 1387778780781445675529539585113525390625, 1490116119384765625, 15625
Offset: 1
A018857
Smallest power of 3 that begins with n.
Original entry on oeis.org
1, 27, 3, 4782969, 59049, 6561, 729, 81, 9, 10460353203, 1162261467, 129140163, 1350851717672992089, 14348907, 1594323, 16677181699666569, 177147, 1853020188851841, 19683, 205891132094649, 2187, 22876792454961
Offset: 1
A018859
Smallest power of 4 that begins with n.
Original entry on oeis.org
1, 256, 302231454903657293676544, 4, 5070602400912917605986812821504, 64, 70368744177664, 81129638414606681695789005144064, 91343852333181432387730302044767688728495783936, 1024, 1125899906842624
Offset: 1
A018863
Smallest power of 6 that begins with n.
Original entry on oeis.org
1, 216, 36, 46656, 50021738714629030177311081962496059484833406150976385567830453518336, 6, 7776, 80204967233062404407033075859456
Offset: 1
A018867
Smallest power of 8 that begins with n.
Original entry on oeis.org
1, 262144, 32768, 4096, 512, 64, 73786976294838206464, 8, 9223372036854775808, 1073741824, 1152921504606846976, 1237940039285380274899124224, 134217728, 144115188075855872, 154742504910672534362390528, 16777216
Offset: 1
Showing 1-7 of 7 results.
Comments