[go: up one dir, main page]

login

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”).

Revision History for A107466 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Numbers of the form (5^i)*(13^j).
(history; published version)
#14 by Vaclav Kotesovec at Wed Sep 23 03:37:18 EDT 2020
STATUS

editing

approved

#13 by Vaclav Kotesovec at Wed Sep 23 03:37:11 EDT 2020
FORMULA

a(n) ~ exp(sqrt(2*log(5)*log(13)*n)) / sqrt(65). - Vaclav Kotesovec, Sep 23 2020

STATUS

approved

editing

#12 by Joerg Arndt at Wed Sep 23 02:42:15 EDT 2020
STATUS

reviewed

approved

#11 by Vaclav Kotesovec at Wed Sep 23 02:39:13 EDT 2020
STATUS

proposed

reviewed

#10 by Amiram Eldar at Wed Sep 23 02:09:39 EDT 2020
STATUS

editing

proposed

#9 by Amiram Eldar at Wed Sep 23 01:57:48 EDT 2020
LINKS

Amiram Eldar, <a href="/A107466/b107466.txt">Table of n, a(n) for n = 1..10000</a>

FORMULA

Sum_{n>=1} 1/a(n) = (5*13)/((5-1)*(13-1)) = 65/48. - Amiram Eldar, Sep 23 2020

STATUS

approved

editing

#8 by Charles R Greathouse IV at Mon May 13 01:48:34 EDT 2013
PROG

(PARI) list(lim)=my(v=List(), N); for(n=0, log(lim)\log(13), N=13^n; while(N<=lim, listput(v, N); N*=5)); vecsort(Vec(v)) \\ _Charles R Greathouse IV, _, Jun 28 2011

Discussion
Mon May 13
01:48
OEIS Server: https://oeis.org/edit/global/1914
#7 by T. D. Noe at Fri Aug 17 22:12:17 EDT 2012
STATUS

proposed

approved

#6 by Robert G. Wilson v at Fri Aug 17 17:28:42 EDT 2012
STATUS

editing

proposed

#5 by Robert G. Wilson v at Fri Aug 17 17:21:46 EDT 2012
MATHEMATICA

mx = 2700000; Sort@ Flatten@ Table[5^i*13^j, {i, 0, Log[5, mx]}, {j, 0, Log[13, mx/5^i]}] (* Robert G. Wilson v, Aug 17 2012 *)

STATUS

approved

editing