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.

A083003 Triangle read by rows in which each term represents the total area of all the squares found in the grid described in sequence A082652.

This page as a plain text file.
%I A083003 #5 Nov 21 2013 12:48:00
%S A083003 1,2,8,3,14,34,4,20,54,104,5,26,74,154,259,6,32,94,204,364,560,7,38,
%T A083003 114,254,469,756,1092,8,44,134,304,574,952,1428,1968,9,50,154,354,679,
%U A083003 1148,1764,2508,3333,10,56,174,404,784,1344,2100,3048,4158,5368,11,62,194
%N A083003 Triangle read by rows in which each term represents the total area of all the squares found in the grid described in sequence A082652.
%F A083003 T(l, c) = ( 5*l*c^4 + 20*l*c^3 + 25*l*c^2 + 10*l*c + 10*c^2 + 8*c - 3*c^5 - 10*c^4 - 5*c^3 ) / 60
%e A083003 The triangle (with columns labeled c = 1, 2, ... and rows labeled l = 1, 2, ...) begins:
%e A083003 1
%e A083003 2 8
%e A083003 3 14 34
%e A083003 4 20 54 104
%e A083003 5 26 74 154 259
%e A083003 6 32 94 204 364 560
%e A083003 7 38 114 254 469 756 1092
%e A083003 8 44 134 304 574 952 1428 1968
%t A083003 Flatten[Table[Table[(5l c^4+20l c^3+25l c^2+10l c+10c^2+8c-3c^5-10c^4- 5c^3)/60,{c,l}],{l,12}]] (* _Harvey P. Dale_, Aug 19 2011 *)
%Y A083003 Cf. A082652, A083487.
%K A083003 nonn,tabl
%O A083003 1,2
%A A083003 Artemario Tadeu Medeiros da Silva (artemario(AT)uol.com.br), May 30 2003