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!)
A067490 Powers of 4 with initial digit 1. 6
1, 16, 1024, 16384, 1048576, 16777216, 1073741824, 17179869184, 1099511627776, 17592186044416, 1125899906842624, 18014398509481984, 1152921504606846976, 18446744073709551616, 1180591620717411303424, 18889465931478580854784, 1208925819614629174706176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n+1)/a(n) is in {16, 64, 1024}, so 16^n <= a(n+1) < 1024^n. Asymptotically, the exponent should be 100; I can prove that 99^n << a(n) << 101^n. [Charles R Greathouse IV, Jan 19 2012]
MAPLE
select(x-> "1"=""||x[1], [4^n$n=0..60])[]; # Alois P. Heinz, Oct 22 2018
PROG
(GAP) Filtered(List([0..40], n->4^n), i->ListOfDigits(i)[1]=1); # Muniru A Asiru, Oct 22 2018
CROSSREFS
Sequence in context: A159683 A197104 A358051 * A130036 A013735 A180376
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Feb 09 2002
EXTENSIONS
a(16) inserted by Muniru A Asiru, Oct 22 2018
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 April 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)