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!)
A025618 Numbers of form 4^i*6^j, with i, j >= 0. 5
1, 4, 6, 16, 24, 36, 64, 96, 144, 216, 256, 384, 576, 864, 1024, 1296, 1536, 2304, 3456, 4096, 5184, 6144, 7776, 9216, 13824, 16384, 20736, 24576, 31104, 36864, 46656, 55296, 65536, 82944, 98304, 124416, 147456, 186624, 221184, 262144, 279936 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = (4*6)/((4-1)*(6-1)) = 8/5. - Amiram Eldar, Sep 24 2020
a(n) ~ exp(sqrt(2*log(4)*log(6)*n)) / sqrt(24). - Vaclav Kotesovec, Sep 24 2020
MATHEMATICA
f[upto_]:=Module[{max4=Floor[Log[upto]/Log[4]], max6 = Floor[ Log[ upto]/ Log[6]], seq}, seq=Union[4^First[#] 6^Last[#]&/@Tuples[ {Range[ 0, max4], Range[ 0, max6]}]]; Select[seq, #<=upto&]]; f[300000] (* Harvey P. Dale, Mar 05 2011 *)
CROSSREFS
Subsequence of A003586.
Sequence in context: A044858 A323043 A120375 * A133572 A121852 A321411
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)