cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A140869 Triangle read by rows where T(m,n) = floor((2mn+m+n-2)/2), m >= n >= 1.

Original entry on oeis.org

1, 2, 5, 4, 7, 11, 5, 10, 14, 19, 7, 12, 18, 23, 29, 8, 15, 21, 28, 34, 41, 10, 17, 25, 32, 40, 47, 55, 11, 20, 28, 37, 45, 54, 62, 71, 13, 22, 32, 41, 51, 60, 70, 79, 89, 14, 25, 35, 46, 56, 67, 77, 88, 98, 109, 16, 27, 39, 50, 62, 73, 85, 96, 108, 119, 131, 17, 30, 42, 55, 67, 80, 92, 105, 117, 130, 142, 155
Offset: 1

Views

Author

Vincenzo Librandi, Jan 16 2009

Keywords

Comments

Conjecture: If h does not belong to the sequence, then 4*h+5 is prime. - Vincenzo Librandi, Nov 18 2012
First column: A001651; second column: A047215; third column: A047345. - Vincenzo Librandi, Nov 18 2012

Examples

			Triangle begins:
1;
2,  5;
4,  7,  11;
5,  10, 14, 19;
7,  12, 18, 23, 29;
8,  15, 21, 28, 34, 41;
10, 17, 25, 32, 40, 47, 55; etc.
		

Crossrefs

Programs

Showing 1-1 of 1 results.