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.

A195837 Triangle read by rows which arises from A195827, in the same way as A175003 arises from A195310. Column k starts at row A085787(k).

This page as a plain text file.
%I A195837 #18 Mar 30 2012 17:34:07
%S A195837 1,1,1,1,1,2,1,3,1,4,1,-1,4,2,-1,5,3,-1,7,4,-1,10,4,-2,12,5,-3,14,7,
%T A195837 -4,-1,16,10,-4,-1,21,12,-5,-1,27,14,-7,-1,33,16,-10,-2,37,21,-12,-3,
%U A195837 1,44,27,-14,-4,1,54,33,-16,-4,1,68,37,-21,-5,1,80,44,-27,-7,2
%N A195837 Triangle read by rows which arises from A195827, in the same way as A175003 arises from A195310. Column k starts at row A085787(k).
%C A195837 The sum of terms of row n is equal to the leftmost term of row n+1. It appears that this sequence is related to the generalized heptagonal numbers A085787, A195827 and A036820 in the same way as A175003 is related to the generalized pentagonal numbers A001318, A195310 and A000041. It appears that row sums give A036820. See comments in A195825.
%e A195837 Written as a triangle:
%e A195837 .  1;
%e A195837 .  1;
%e A195837 .  1;
%e A195837 .  1,   1;
%e A195837 .  2,   1;
%e A195837 .  3,   1;
%e A195837 .  4,   1,  -1;
%e A195837 .  4,   2,  -1;
%e A195837 .  5,   3,  -1;
%e A195837 .  7,   4,  -1;
%e A195837 . 10,   4,  -2;
%e A195837 . 12,   5,  -3;
%e A195837 . 14,   7,  -4,  -1;
%e A195837 . 16,  10,  -4,  -1;
%e A195837 . 21,  12,  -5,  -1;
%e A195837 . 27,  14,  -7,  -1;
%e A195837 . 33,  16, -10,  -2;
%e A195837 . 37,  21, -12,  -3,  1;
%e A195837 . 44,  27, -14,  -4,  1;
%e A195837 . 54,  33, -16,  -4,  1;
%Y A195837 Cf. A085787, A036820, A175003, A195825, A195826, A195827, A195836, A195838, A195839, A195840, A195841, A195842, A195843.
%K A195837 sign,tabf
%O A195837 1,6
%A A195837 _Omar E. Pol_, Sep 24 2011