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!)
A025626 Numbers of form 6^i*7^j, with i, j >= 0. 5
1, 6, 7, 36, 42, 49, 216, 252, 294, 343, 1296, 1512, 1764, 2058, 2401, 7776, 9072, 10584, 12348, 14406, 16807, 46656, 54432, 63504, 74088, 86436, 100842, 117649, 279936, 326592, 381024, 444528, 518616, 605052, 705894, 823543, 1679616, 1959552 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = (6*7)/((6-1)*(7-1)) = 7/5. - Amiram Eldar, Sep 25 2020
a(n) ~ exp(sqrt(2*log(6)*log(7)*n)) / sqrt(42). - Vaclav Kotesovec, Sep 25 2020
MATHEMATICA
n = 10^6; Flatten[Table[6^i*7^j, {i, 0, Log[6, n]}, {j, 0, Log[7, n/6^i]}]] // Sort (* Amiram Eldar, Sep 25 2020 *)
CROSSREFS
Sequence in context: A237711 A033043 A037411 * A175167 A027021 A013627
KEYWORD
easy,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 July 16 23:11 EDT 2024. Contains 374360 sequences. (Running on oeis4.)