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!)
A075652 Triangle read by rows in which the n-th row is an arithmetic progression of n terms with a common difference of n, and the first term is chosen the lowest possible so that no number appears twice. 5
1, 2, 4, 3, 6, 9, 7, 11, 15, 19, 8, 13, 18, 23, 28, 14, 20, 26, 32, 38, 44, 22, 29, 36, 43, 50, 57, 64, 31, 39, 47, 55, 63, 71, 79, 87, 40, 49, 58, 67, 76, 85, 94, 103, 112, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 82, 93, 104, 115, 126, 137, 148, 159, 170, 181, 192, 83 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
Triangle starts:
1;
2, 4;
3, 6, 9;
7, 11, 15, 19;
8, 13, 18, 23, 28;
14, 20, 26, 32, 38, 44;
22, 29, 36, 43, 50, 57, 64;
...
MATHEMATICA
a = {1}; Do[d = Range[0, n - 1]*n; a = Join[a, Min[Complement[Range[Max@a + 1], Flatten@Outer[Plus, a, -d]]] + d], {n, 2, 12}]; a (* Ivan Neretin, Nov 09 2016 *)
CROSSREFS
Sequence in context: A371236 A246366 A271865 * A331018 A054428 A095167
KEYWORD
nonn,tabl
AUTHOR
Amarnath Murthy, Oct 01 2002
EXTENSIONS
More terms from David Wasserman, Jan 22 2005
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)