Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A027424
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A027424 Number of distinct products ij with 1 <= i, j <= n (number of distinct terms in n X n multiplication table). +0
20
1, 3, 6, 9, 14, 18, 25, 30, 36, 42, 53, 59, 72, 80, 89, 97, 114, 123, 142, 152, 164, 176, 199, 209, 225, 239, 254, 267, 296, 308, 339, 354, 372, 390, 410, 423, 460, 480, 501, 517, 558, 575, 618, 638, 659, 683, 730, 747, 778, 800, 827, 850, 903 (list; graph; listen)
OFFSET

1,2

COMMENT

As n->infinity what is an asymptotic expression for a(n)? Reply from Carl Pomerance: Erdos showed that a(n) is o(n^2). Linnik and Vinogradov, Vestnik Leningrad Univ. 13 (1960), 41-49 showed it is O(n^2/(log n)^c) for some c > 0. Finer estimations were achieved in the book Divisors by Hall and Tenenbaum (Cambridge, 1988), see Theorem 23 on p. 33.

An easy lower bound is to consider primes p > n/2, times anything < n. This gives n * (n/2 logn) - ((n/2 log n)^2)/2, after subtracting double counting of p*p'; or roughly n^2/2 log n. - Rich Schroeppel, Jul 05 2003

A033677(n) is the smallest k such that n appears in the k X k multiplication table, and a(k) is the number of n with A033677(n) <= k.

Erdos in 1955 showed that a(n)=O(n^2/(log n)^c) for some c>0. In 1960, Erdos proved a(n) = n^2/(log n)^(b+o(1)), where b = 1-(1+loglog 2)/log 2 = 0.08607... In 2004, Ford proved a(n) is bounded between two positive constant multiples of n^2/((log n)^b (log log n)^(3/2)). - Kevin Ford (ford(AT)math.uiuc.edu), Apr 20 2006

REFERENCES

C. Pomerance, "Paul Erdos,...", Notices Amer. Math. Soc., Vol. 45, No. 1, 1998, pp. 19-23.

P. Erdos, Some remarks on number theory, Riveon Lematematika 9 (1955), 45-48 (Hebrew. English summary).

P. Erdos, An asymptotic inequality in the theory of numbers, Vestnik Leningrad. Univ. 15 (1960), 41-49 (Russian).

K. Ford, The distribution of integers with a divisor in a given interval, preprint.

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

K. Ford, The distribution of integers with a divisor in a given interval.

PROGRAM

(PARI) multab(N)=local(v, cv, s, t); v=vector(N); cv=vector(N*N); v[1]=1; cv[1]=1; for(k=2, N, s=0:for(l=1, k, t=k*l:if(cv[t]==0, s++); cv[t]++); v[k]=v[k-1]+s); v (from R. Stephan)

CROSSREFS

Cf. A027384, A033677, A108407.

Equals A027384 - 1. First differences are in A062854.

Sequence in context: A086838 A128261 A000791 this_sequence A134031 A130473 A082643

Adjacent sequences: A027421 A027422 A027423 this_sequence A027425 A027426 A027427

KEYWORD

nonn

AUTHOR

njas

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research