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!)
A025619 Numbers of form 4^i*7^j, with i, j >= 0. 5
1, 4, 7, 16, 28, 49, 64, 112, 196, 256, 343, 448, 784, 1024, 1372, 1792, 2401, 3136, 4096, 5488, 7168, 9604, 12544, 16384, 16807, 21952, 28672, 38416, 50176, 65536, 67228, 87808, 114688, 117649, 153664, 200704, 262144, 268912, 351232, 458752, 470596 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = (4*7)/((4-1)*(7-1)) = 14/9. - Amiram Eldar, Sep 24 2020
a(n) ~ exp(sqrt(2*log(4)*log(7)*n)) / sqrt(28). - Vaclav Kotesovec, Sep 24 2020
MATHEMATICA
n=10^6; Flatten[Table[4^i*7^j, {i, 0, Log[4, n]}, {j, 0, Log[7, n/4^i]}]]//Sort (* Amiram Eldar, Sep 24 2020 *)
CROSSREFS
Subsequence of A003591.
Sequence in context: A005513 A254323 A254143 * A093210 A133600 A240736
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 May 31 22:12 EDT 2024. Contains 373007 sequences. (Running on oeis4.)