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!)
A108238 Numbers of the form (7^i)*(12^j), with i, j >= 0. 3
1, 7, 12, 49, 84, 144, 343, 588, 1008, 1728, 2401, 4116, 7056, 12096, 16807, 20736, 28812, 49392, 84672, 117649, 145152, 201684, 248832, 345744, 592704, 823543, 1016064, 1411788, 1741824, 2420208, 2985984, 4148928, 5764801, 7112448 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = (7*12)/((7-1)*(12-1)) = 14/11. - Amiram Eldar, Sep 26 2020
a(n) ~ exp(sqrt(2*log(7)*log(12)*n)) / sqrt(84). - Vaclav Kotesovec, Sep 26 2020
MATHEMATICA
Take[7^#[[1]]*12^#[[2]]&/@Tuples[Range[0, 10], 2]//Union, 40] (* Harvey P. Dale, Mar 05 2017 *)
n = 10^6; Flatten[Table[7^i*12^j, {i, 0, Log[7, n]}, {j, 0, Log[12, n/7^i]}]] // Sort (* Amiram Eldar, Sep 26 2020 *)
CROSSREFS
Sequence in context: A178681 A194264 A192779 * A038278 A266056 A083335
KEYWORD
nonn,easy
AUTHOR
Douglas Winston (douglas.winston(AT)srupc.com), Jun 17 2005
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 April 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)