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!)
A025641 Exponent of 3 (value of i) in n-th number of form 3^i*6^j. 3
0, 1, 0, 2, 1, 3, 0, 2, 4, 1, 3, 0, 5, 2, 4, 1, 6, 3, 0, 5, 2, 7, 4, 1, 6, 3, 8, 0, 5, 2, 7, 4, 9, 1, 6, 3, 8, 0, 5, 10, 2, 7, 4, 9, 1, 6, 11, 3, 8, 0, 5, 10, 2, 7, 12, 4, 9, 1, 6, 11, 3, 8, 13, 0, 5, 10, 2, 7, 12, 4, 9, 14, 1, 6, 11, 3, 8, 13, 0, 5, 10, 15, 2, 7, 12, 4, 9, 14, 1, 6, 11, 16, 3, 8, 13, 0, 5, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Also known as (exponent of 3 in n-th number of the form 3^i * 6^j) - (exponent of 2 in n-th number of the form 3^i * 6^j). - David A. Corneth, Jan 12 2021
LINKS
EXAMPLE
a(5) = 1 as the 5th number of the form 3^i * 6^j is 18 = 3^1 * 6^1 which has exponent of 3 equal to 1. - David A. Corneth, Jan 12 2021
MATHEMATICA
SortBy[Join @@ Table[{i, 3^i*6^j}, {i, 0, Log[3, #]}, {j, 0, Log[6, #/3^i]}], Last] &[10^8][[All, 1]] (* Michael De Vlieger, Jan 12 2021, after Amiram Eldar at A025614 *)
CROSSREFS
Differs from A025649 at a(114). A025657 is exponent of 6.
Cf. A025614.
Sequence in context: A087469 A022328 A215344 * A025649 A025642 A025643
KEYWORD
nonn
AUTHOR
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 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)