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!)
A320862 Powers of 2 with initial digit 6. 4
64, 65536, 67108864, 68719476736, 604462909807314587353088, 618970019642690137449562112, 633825300114114700748351602688, 649037107316853453566312041152512, 664613997892457936451903530140172288, 680564733841876926926749214863536422912 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
select(x->"6"=""||x[1], [2^n$n=0..180])[];
MATHEMATICA
Select[2^Range[160], First[IntegerDigits[#]] == 6 &] (* G. C. Greubel, Oct 27 2018 *)
PROG
(GAP) Filtered(List([0..180], n->2^n), i->ListOfDigits(i)[1]=6);
(PARI) select(x->(digits(x)[1]==6), vector(200, n, 2^n)) \\ Michel Marcus, Oct 26 2018
(Magma) [2^n: n in [1..160] | Intseq(2^n)[#Intseq(2^n)] eq 6]; // G. C. Greubel, Oct 27 2018
CROSSREFS
Cf. A000079 (powers of 2), A008952 (leading digit of 2^n), A217399 (numbers starting with 6).
Powers of 2 with initial digit k, (k = 1..6): A067488, A067480, A320859, A320860, A320861, this sequence.
Sequence in context: A227604 A159677 A013832 * A034989 A187242 A159410
KEYWORD
base,nonn
AUTHOR
Muniru A Asiru, Oct 23 2018
STATUS
approved

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 31 08:07 EDT 2024. Contains 372981 sequences. (Running on oeis4.)