OFFSET
1,1
LINKS
Clark Kimberling, Table of n, a(n) for n = 1..2000
FORMULA
a(n) = 1 + n + floor(n*log_2(3)) + floor(n*log_5(3)).
EXAMPLE
The joint ranking of the powers of 2, 3, 5 begins like this: 1, 2, 3, 4, 5, 8, 9, 16, 25, 27, 32, 64, 81, 125, 128, 243, 256, 512. The numbers 3^n for n >= 1 are in positions 3, 7, 10, 13, 16.
MATHEMATICA
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 16 2013
STATUS
approved