|
| |
|
|
A067481
|
|
Powers of 3 with initial digit 3.
|
|
14
| |
|
|
3, 387420489, 3486784401, 31381059609, 36472996377170786403, 328256967394537077627, 381520424476945831628649898809, 3433683820292512484657849089281, 30903154382632612361920641803529
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
PROG
| (PARI) for(n=1, 100, if(floor(3^n/10^(floor(n*log(3)/log(10))))==3, print1(3^n, ", ")))
|
|
|
CROSSREFS
| Cf. A000244, A067483.
Cf. A054565.
Sequence in context: A117721 A058469 A081508 * A058433 A154998 A036236
Adjacent sequences: A067478 A067479 A067480 * A067482 A067483 A067484
|
|
|
KEYWORD
| base,easy,nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 09 2002
|
| |
|
|