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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A025693 Index of 2^n within sequence of numbers of form 2^i*7^j. 1
1, 2, 3, 5, 7, 9, 12, 15, 18, 22, 26, 30, 35, 40, 45, 51, 57, 64, 71, 78, 86, 94, 102, 111, 120, 129, 139, 149, 159, 170, 181, 193, 205, 217, 230, 243, 256, 270, 284, 298, 313, 328, 343, 359, 375, 392, 409, 426, 444, 462, 480, 499, 518, 537, 557, 577, 597, 618, 639, 661, 683 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Charles R Greathouse IV, Table of n, a(n) for n = 0..10000

FORMULA

a(n) ~ kn^2 + O(n) with k = log(7)/log(2) - log(7)^2/log(2)^2. [Charles R Greathouse IV, Jun 28 2011]

PROG

(PARI) a(n)=my(N=7<<n); sum(k=0, log(N)\log(7)-1, #binary(N\=7)) \\ Charles R Greathouse IV, Jun 28 2011

CROSSREFS

Cf. A003591.

Sequence in context: A130518 A001840 A022794 * A117930 A090632 A022786

Adjacent sequences:  A025690 A025691 A025692 * A025694 A025695 A025696

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

EXTENSIONS

An incorrect g.f. was deleted by N. J. A. Sloane, Sep 16 2009

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 15 10:28 EST 2012. Contains 205763 sequences.