The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A025692 Index of 2^n within sequence of numbers of form 2^i*6^j. 1
1, 2, 3, 5, 7, 9, 12, 15, 19, 23, 27, 32, 37, 43, 49, 55, 62, 69, 76, 84, 92, 101, 110, 119, 129, 139, 150, 161, 172, 184, 196, 208, 221, 234, 248, 262, 276, 291, 306, 322, 338, 354, 371, 388, 406, 424, 442, 461, 480, 499, 519, 539, 560, 581, 602, 624, 646, 669, 692, 715 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
N:= 100: # for a(0)..a(N)
S:= sort([seq(seq(2^i*6^j, i=0..ilog2(2^N/6^j)), j=0..floor(log[6](2^N)))]):
seq(ListTools:-BinarySearch(S, 2^i), i=0..N); # Robert Israel, Jan 12 2021
CROSSREFS
Sequence in context: A005704 A022782 A283968 * A137285 A062441 A059290
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Robert Israel, Jan 12 2021
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 May 12 23:40 EDT 2024. Contains 372497 sequences. (Running on oeis4.)