login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067469 Numbers n such that 2 is the first digit of 2^n. 1
1, 8, 11, 18, 21, 28, 31, 38, 41, 48, 51, 58, 61, 68, 71, 81, 91, 101, 104, 111, 114, 121, 124, 131, 134, 141, 144, 151, 154, 161, 164, 171, 174, 184, 194, 197, 204, 207, 214, 217, 224, 227, 234, 237, 244, 247, 254, 257, 264, 267, 277, 287, 297, 300, 307, 310 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) : for(n=1, 420, if(floor(2^n/10^(floor(n*log(2)/log(10))))==2, print1(n, ", ")))

CROSSREFS

Cf. A067480.

Sequence in context: A111254 A127271 A118549 * A205856 A000852 A000873

Adjacent sequences:  A067466 A067467 A067468 * A067470 A067471 A067472

KEYWORD

nonn,base

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 22 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:14 EST 2012. Contains 206032 sequences.