OFFSET
1,1
COMMENTS
From Vincenzo Librandi, Nov 16 2012: (Start)
First column: A007494(n+1);
second column: A047219(n+2);
third column: A047383(n+3);
fourth column: A193910(n+4).
Conjecture: If h does not belong to the sequence, then 4*h+1 is prime. (End)
LINKS
Vincenzo Librandi, Rows n = 1..100, flattened
EXAMPLE
Triangle begins:
2;
3, 6;
5, 8, 12;
6, 11, 15, 20;
8, 13, 19, 24, 30;
9, 16, 22, 29, 35, 42;
11, 18, 26, 33, 41, 48, 56; etc.
MATHEMATICA
Flatten[Table[Floor[(2*n*m + m + n)/2], {n, 1, 20}, {m, n}]] (* Vincenzo Librandi, Nov 16 2012 *)
PROG
(Magma) [Floor((2*n*k+n+k)/2): k in [1..n], n in [1..11]]; // Vincenzo Librandi, Nov 16 2012
CROSSREFS
KEYWORD
AUTHOR
Vincenzo Librandi, Jan 27 2009
EXTENSIONS
Definition edited (specifying m >= n >= 1), and terms recomputed to match definition, as was done with the similar sequence A140869, by Jon E. Schoenfield, Jun 24 2010
STATUS
approved