|
| |
|
|
A081493
|
|
Triangle read by rows in which the n-th row begins with n and contains n terms of an Arithmetic progression with a common difference of (n-1).
|
|
2
| |
|
|
1, 2, 3, 3, 5, 7, 4, 7, 10, 13, 5, 9, 13, 17, 21, 6, 11, 16, 21, 26, 31, 7, 13, 19, 25, 31, 37, 43, 8, 15, 22, 29, 36, 43, 50, 57, 9, 17, 25, 33, 41, 49, 57, 65, 73, 10, 19, 28, 37, 46, 55, 64, 73, 82, 91, 11, 21, 31, 41, 51, 61, 71, 81, 91, 101, 111, 12, 23, 34, 45, 56, 67, 78, 89
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| n-th row sum gives the sum corresponding to the magic square of order n.
|
|
|
FORMULA
| T(i, j) = i+(i-1)*(j-1) - David Wasserman (wasserma(AT)spawar.navy.mil), Jun 03 2004
|
|
|
EXAMPLE
| 1; 2,3; 3,5,7; 4,7,10,13; 5,9,13,17,21; 6,11,16,21,26,31; ...
|
|
|
CROSSREFS
| Sequence in context: A056878 A092557 A144680 * A077558 A122444 A066072
Adjacent sequences: A081490 A081491 A081492 * A081494 A081495 A081496
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 25 2003
|
|
|
EXTENSIONS
| Corrected and extended by David Wasserman (wasserma(AT)spawar.navy.mil), Jun 03 2004
|
| |
|
|