editing
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
editing
approved
a(n) ~ exp(sqrt(2*log(6)*log(10)*n)) / sqrt(60). - Vaclav Kotesovec, Sep 26 2020
reviewed
editing
proposed
reviewed
editing
proposed
Amiram Eldar, <a href="/A025629/b025629.txt">Table of n, a(n) for n = 1..10000</a>
Sum_{n>=1} 1/a(n) = (6*10)/((6-1)*(10-1)) = 4/3. - Amiram Eldar, Sep 26 2020
n = 10^6; Flatten[Table[6^i*10^j, {i, 0, Log[6, n]}, {j, 0, Log10[n/6^i]}]] // Sort (* Amiram Eldar, Sep 26 2020 *)
approved
editing
editing
approved
(PARI) list(lim)=my(v=List(), N); for(n=0, logint(lim\=1, 10), N=10^n; while(N<=lim, listput(v, N); N*=6)); Set(v) \\ Charles R Greathouse IV, Jan 10 2018
approved
editing
_David W. Wilson (davidwwilson(AT)comcast.net)_
easy,nonn,new
David W. Wilson (davidwwilson(AT)attbicomcast.comnet)
easy,nonn,new
dww
David W. Wilson (davidwwilson(AT)attbi.com)