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.

A140340 Square array read by rows: T(n,k) = 19*n^2+10*k^2-(n-1)*(20*(k-1)+10), with 14 columns.

Original entry on oeis.org

29, 59, 109, 179, 269, 379, 509, 659, 829, 1019, 1229, 1459, 1709, 1979, 76, 86, 116, 166, 236, 326, 436, 566, 716, 886, 1076, 1286, 1516, 1766, 161, 151, 161, 191, 241, 311, 401, 511, 641, 791, 961, 1151, 1361, 1591, 284, 254, 244, 254, 284, 334, 404, 494, 604, 734, 884, 1054, 1244, 1454
Offset: 1

Views

Author

Aldrich Stevens (aldrichstevens(AT)msn.com), May 29 2008

Keywords

Examples

			Array begins:
   29,  59, 109, 179, 269, 379, 509, 659, 829, 1019, 1229, 1459, 1709, 1979;
   76,  86, 116, 166, 236, 326, 436, 566, 716,  886, 1076, 1286, 1516, 1766;
  161, 151, 161, 191, 241, 311, 401, 511, 641,  791,  961, 1151, 1361, 1591;
  284, 254, 244, 254, 284, 334, 404, 494, 604,  734,  884, 1054, 1244, 1454;
  445, 395, 365, 355, 365, 395, 445, 515, 605,  715,  845,  995, 1165, 1355;
...
		

Crossrefs

Cf. A140754 (a very similar array), A140755.

Programs

  • Maple
    T:=(n,k) -> 19*n^2+10*k^2-(n-1)*(20*(k-1)+10);

Extensions

Edited by Omar E. Pol and N. J. A. Sloane, Jan 11 2009