A074113 Duplicate of A074116.
8, 64, 512, 8192, 65536, 524288, 8388608, 67108864, 536870912, 8589934592, 68719476736, 549755813888, 8796093022208, 70368744177664, 562949953421312, 9007199254740992
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Filtered(List([0..60],n->2^n),i->ListOfDigits(i)[1]=1); # Muniru A Asiru, Oct 22 2018
[2^n: n in [0..100] | Intseq(2^n)[#Intseq(2^n)] eq 1]; // Vincenzo Librandi, Dec 31 2024
Select[2^Range[0, 70], First[IntegerDigits[#]] == 1 &] (* Harvey P. Dale, Mar 14 2011 *)
a(n)=2^ceil((n-1)*log(10)/log(2)) \\ Charles R Greathouse IV, Apr 08 2012
(List.fill(50)(2: BigInt)).scanLeft(1: BigInt)( * ).filter(.toString.startsWith("1")) // _Alonso del Arte, Jan 16 2020
Table[3^Floor@Log[3, 10^n],{n,0,20}] (*Zak Seidov, Sep 29 2010*)
Comments