Seiichi Manyama, <a href="/A057072/b057072_1.txt">Table of n, a(n) for n = 1..10000</a>
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”).
Seiichi Manyama, <a href="/A057072/b057072_1.txt">Table of n, a(n) for n = 1..10000</a>
reviewed
approved
proposed
reviewed
editing
proposed
(PARI) a(n) = 10^10\n; \\ Seiichi Manyama, Aug 12 2023
Seiichi Manyama, <a href="/A057072/b057072_1.txt">Table of n, a(n) for n = 1..10000</a>
nonn,changed,easy
a(n) = floor[(10^10/n]).
approved
editing
_Henry Bottomley (se16(AT)btinternet.com), _, Jul 31 2000
floor[10^10/n].
10000000000, 5000000000, 3333333333, 2500000000, 2000000000, 1666666666, 1428571428, 1250000000, 1111111111, 1000000000, 909090909, 833333333, 769230769, 714285714, 666666666, 625000000, 588235294, 555555555, 526315789
1,1
nonn
Henry Bottomley (se16(AT)btinternet.com), Jul 31 2000
approved