login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A083173 Triangle read by rows: the n-th row contains the first n-1 multiples of prime(n) followed by the next multiple that will make the row sum a multiple of n. 3
2, 3, 9, 5, 10, 15, 7, 14, 21, 42, 11, 22, 33, 44, 55, 13, 26, 39, 52, 65, 117, 17, 34, 51, 68, 85, 102, 119, 19, 38, 57, 76, 95, 114, 133, 228, 23, 46, 69, 92, 115, 138, 161, 184, 207, 29, 58, 87, 116, 145, 174, 203, 232, 261, 435, 31, 62, 93, 124, 155, 186, 217, 248, 279 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

2

3 9

5 10 15

7 14 21 42

11 22 33 44 55

13 26 39 52 65 117

17 34 51 68 85 102 119

...

PROG

(PARI) for(n=1, 20, p=prime(n); for(k=1, n-1, print1(k*p, ", ")); s=p*((n-1)*n)/2; k=n; while(denominator((s+k*p)/n)>1, k++); print(k*p, ", ")) (Herrgesell)

CROSSREFS

Cf. A083174, A083175, A083176.

Sequence in context: A127198 A065631 A176570 * A120725 A109607 A127612

Adjacent sequences:  A083170 A083171 A083172 * A083174 A083175 A083176

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 26 2003

EXTENSIONS

More terms and better description from Lambert Herrgesell (zero815(AT)googlemail.com), Dec 30 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 16:54 EST 2012. Contains 205635 sequences.