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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067496 Numbers n such that 3 is the first digit of 3^n. 0
1, 18, 20, 22, 41, 43, 62, 64, 66, 83, 85, 87, 106, 108, 110, 127, 129, 131, 150, 152, 171, 173, 175, 194, 196, 215, 217, 219, 236, 238, 240, 259, 261, 263, 280, 282, 284, 303, 305, 324, 326, 328, 347, 349, 368, 370, 372, 389, 391, 393, 412, 414, 416, 433 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

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

CROSSREFS

Sequence in context: A027887 A088383 A054565 * A072904 A054279 A186781

Adjacent sequences:  A067493 A067494 A067495 * A067497 A067498 A067499

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 16 21:51 EST 2012. Contains 205978 sequences.