|
| |
|
|
A067486
|
|
Powers of 8 with initial digit 8.
|
|
9
| |
|
|
8, 8589934592, 85070591730234615865843651857942052864, 842498333348457493583344221469363458551160763204392890034487820288, 8343699359066055009355553539724812947666814540455674882605631280555545803830627148527195652096
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| Select[8^Range[150], First[IntegerDigits[#]]==8&] [From Harvey P. Dale, Dec. 26, 2010]
|
|
|
PROG
| PARI : for(n=1, 200, if(floor((8^n)/10^floor(log((8^n))/log(10)))==8, print1(8^n, ", ")))
|
|
|
CROSSREFS
| Cf. A067480, A067481, A067482, A067483, A067484, A067485.
Sequence in context: A051269 A004740 A108067 * A068742 A019440 A085276
Adjacent sequences: A067483 A067484 A067485 * A067487 A067488 A067489
|
|
|
KEYWORD
| base,easy,nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 09 2002
|
|
|
EXTENSIONS
| More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 28 2002
|
| |
|
|