Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A085578
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A085578 Array read by antidiagonals: T(m,n) is the number of distinct products ij with 1<=i<=m, i<=j<=n, for m>=1, n>=1. +0
1
1, 2, 2, 3, 3, 3, 4, 5, 5, 4, 5, 6, 6, 6, 5, 6, 8, 8, 8, 8, 6, 7, 9, 11, 9, 11, 9, 7, 8, 11, 12, 13, 13, 12, 11, 8, 9, 12, 15, 15, 14, 15, 15, 12, 9, 10, 14, 17, 19, 17, 17, 19, 17, 14, 10, 11, 15, 18, 20, 22, 18, 22, 20, 18, 15, 11, 12, 17, 20, 22, 24, 24, 24, 24, 22, 20, 17, 12, 13, 18, 23, 24, 27, 27, 25, 27, 27, 24, 23, 18, 13 (list; table; graph; listen)
OFFSET

1,2

EXAMPLE

Array begins:

1 2 3 4 5 6 7 8 9 10 ...

2 3 5 6 8 9 11 12 14 15 ...

3 5 6 8 11 12 15 17 18 20 ...

4 6 8 9 13 15 19 20 22 24 ...

5 8 11 13 14 17 22 24 27 28 ...

MAPLE

T := (m, n) -> nops({seq(seq(i*j, i=1..m), j=1..n)});

MATHEMATICA

T[m_, n_] := Length[Union @@ Table[i*j, {i, m}, {j, n}]]

CROSSREFS

A027424 is the main diagonal.

Sequence in context: A165103 A134403 A124882 this_sequence A135646 A101646 A166079

Adjacent sequences: A085575 A085576 A085577 this_sequence A085579 A085580 A085581

KEYWORD

nonn,tabl

AUTHOR

Michael Kleber (michael.kleber(AT)gmail.com), Jul 09 2003

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research