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!)
A067486 Powers of 8 with initial digit 8. 10
8, 8589934592, 85070591730234615865843651857942052864, 842498333348457493583344221469363458551160763204392890034487820288, 8343699359066055009355553539724812947666814540455674882605631280555545803830627148527195652096 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[8^Range[150], First[IntegerDigits[#]]==8&] (* 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, ", ")))
(GAP) Filtered(List([0..110], n->8^n), i->ListOfDigits(i)[1]=8); # Muniru A Asiru, Oct 22 2018
CROSSREFS
Sequence in context: A051269 A004740 A108067 * A068742 A272826 A019440
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Feb 09 2002
EXTENSIONS
More terms from Benoit Cloitre, Feb 28 2002
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 March 29 06:57 EDT 2024. Contains 371265 sequences. (Running on oeis4.)