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.

A210944 Triangle read by rows with T(n,k) = n - A195818(k), n>=1, k>=1, if (n - A195818(k))>=0.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 0, 11, 1, 12, 2, 13, 3, 0, 14, 4, 1, 15, 5, 2, 16, 6, 3, 17, 7, 4, 18, 8, 5, 19, 9, 6, 20, 10, 7, 21, 11, 8, 22, 12, 9, 23, 13, 10, 24, 14, 11, 25, 15, 12, 26, 16, 13, 27, 17, 14, 28, 18, 15, 29, 19, 16, 30, 20, 17, 31, 21, 18
Offset: 1

Views

Author

Omar E. Pol, Jun 16 2012

Keywords

Comments

Also triangle read by rows in which column k lists the nonnegative integers A001477 starting at the row A195818(k).
This sequence is related to the generalized 14-gonal numbers A195818, A210954 and A210964 in the same way as A195310 is related to the generalized pentagonal numbers A001318, A175003 and A000041. See comments in A195825.

Examples

			Written as an irregular triangle:
0;
1;
2;
3;
4;
5;
6;
7;
8;
9;
10, 0;
11, 1;
12, 2;
13, 3,  0;
14, 4,  1;
15, 5,  2;
16, 6,  3;
17, 7,  4;
18, 8,  5;
19, 9,  6;
		

Crossrefs