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.

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

This page as a plain text file.
%I A195833 #9 Mar 30 2012 17:34:07
%S A195833 0,1,2,3,4,5,6,7,8,9,0,10,1,11,2,12,3,0,13,4,1,14,5,2,15,6,3,16,7,4,
%T A195833 17,8,5,18,9,6,19,10,7,20,11,8,21,12,9,22,13,10,23,14,11,24,15,12,25,
%U A195833 16,13,26,17,14,27,18,15,28,19,16,29,20,17,30,21,18,0
%N A195833 Triangle read by rows with T(n,k) = n - A195313(k), n>=1, k>=1, if (n - A195313(k))>=0.
%C A195833 Also triangle read by rows in which column k lists the nonnegative integers A001477 starting at the row A195313(k).
%C A195833 This sequence is related to the generalized tridecagonal numbers A195313, A195843 and A196933 in the same way as A195310 is related to the generalized pentagonal numbers A001318, A175003 and A000041. See comments in A195825.
%e A195833 Written as a triangle:
%e A195833 .  0;
%e A195833 .  1;
%e A195833 .  2;
%e A195833 .  3;
%e A195833 .  4;
%e A195833 .  5;
%e A195833 .  6;
%e A195833 .  7;
%e A195833 .  8;
%e A195833 .  9, 0;
%e A195833 . 10, 1;
%e A195833 . 11, 2;
%e A195833 . 12, 3, 0;
%e A195833 . 13, 4, 1;
%e A195833 . 14, 5, 2;
%e A195833 . 15, 6, 3;
%e A195833 . 16, 7, 4;
%Y A195833 Cf. A195310, A195313, A195825, A195826, A195827, A195828, A195829, A195830, A195831, A195832, A195843, A196933.
%K A195833 nonn,tabf
%O A195833 1,3
%A A195833 _Omar E. Pol_, Sep 24 2011