login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A191973 Irregular triangle read by rows: row n consists of n and the positive integers m where m-n divides m*n. 8
1, 2, 1, 2, 3, 4, 6, 2, 3, 4, 6, 12, 2, 3, 4, 5, 6, 8, 12, 20, 4, 5, 6, 10, 30, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 15, 18, 24, 42, 6, 7, 8, 14, 56, 4, 6, 7, 8, 9, 10, 12, 16, 24, 40, 72, 6, 8, 9, 10, 12, 18, 36, 90, 5, 6, 8, 9, 10, 11, 12, 14, 15, 20, 30, 35, 60 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The maximum term of the n-th row is n*(n+1). The minimum term of the n-th row seems to be A063428(n) if n>=2. The length of row n is A146564(n) + 1.
LINKS
Nathaniel Johnston, Rows 1..250, flattened
EXAMPLE
The triangle begins:
1 2
1 2 3 4 6
2 3 4 6 12
2 3 4 5 6 8 12 20
4 5 6 10 30
2 3 4 5 6 7 8 9 10 12 15 18 24 42
6 7 8 14 56
...
MAPLE
for n from 1 to 10 do for m from 1 to n*(n+1) do if(n=m or m*n mod (m-n) = 0)then printf("%d, ", m): fi: od: od:
CROSSREFS
Cf. A162821 (row 30), A162822 (row 36), A162823 (row 42), A162824 (row 48), A162825 (row 60), A127730.
Sequence in context: A220237 A050040 A277282 * A290973 A173497 A022875
KEYWORD
nonn,easy,tabf
AUTHOR
Nathaniel Johnston, Jun 22 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)