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!)
A320865 Powers of 2 with initial digit 9. 1
9007199254740992, 9223372036854775808, 9444732965739290427392, 9671406556917033397649408, 9903520314283042199192993792, 91343852333181432387730302044767688728495783936, 93536104789177786765035829293842113257979682750464 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
select(x->"9"=""||x[1], [2^n$n=0..200])[];
MATHEMATICA
Select[2^Range[200], IntegerDigits[#][[1]] == 9 &] (* Amiram Eldar, Nov 21 2018 *)
PROG
(GAP) Filtered(List([0..200], n->2^n), i->ListOfDigits(i)[1]=9);
(PARI) select(x->(digits(x)[1]==9), vector(200, n, 2^n)) \\ Michel Marcus, Nov 21 2018
CROSSREFS
Cf. A000079 (powers of 2), A008952 (leading digit of 2^n), A217402 (numbers starting with 9).
Powers of 2 with initial digit k, (k = 1..9): A067488, A067480, A320859, A320860, A320861, A320862, A320863, A320864, this sequence.
Sequence in context: A115227 A104836 A247156 * A274810 A329948 A160405
KEYWORD
base,nonn
AUTHOR
Muniru A Asiru, Nov 21 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 April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)