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!)
A202821 Position of 6^n among 3-smooth numbers A003586. 1
1, 5, 14, 26, 43, 64, 89, 119, 153, 191, 233, 279, 330, 385, 444, 507, 575, 646, 722, 802, 886, 975, 1067, 1164, 1266, 1371, 1481, 1595, 1713, 1835, 1961, 2092, 2227, 2366, 2509, 2657, 2809, 2965, 3125, 3289, 3458, 3630, 3807, 3989, 4174, 4364, 4558, 4756 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..10000 (terms 0..1000 from Zak Seidov)
FORMULA
A003586(a(n)) = 6^n, for n >= 0.
a(n) ~ (log(6))^2/(log(3)*log(4))*n^2 = 2.1079...*n^2.
EXAMPLE
a(0) = 1 because A003586(1) = 6^0 = 1.
a(1) = 5 because A003586(5) = 6^1 = 6.
a(2) = 14 because A003586(14) = 6^2 = 36.
MATHEMATICA
a[n_] := Sum[Floor[Log[3, 6^n/2^i]] + 1, {i, 0, Log2[6^n]}]; Array[a, 50, 0] (* Amiram Eldar, Jul 15 2023 *)
CROSSREFS
Sequence in context: A070133 A246517 A306886 * A301689 A367690 A066479
KEYWORD
nonn
AUTHOR
Zak Seidov, Dec 25 2011
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 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)