A085024 Duplicate of A085001.
4, 28, 70, 130, 208, 304, 418, 550, 700, 868, 1054, 1258, 1480, 1720, 1978, 2254
Offset: 0
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.
A145910:=n->(1+3*n)*(4+3*n)/2: seq(A145910(n), n=0..100); # Wesley Ivan Hurt, Jul 25 2017
Table[(1+3n)(4+3n)/2, {n,0,50}] (* Harvey P. Dale, Feb 23 2011 *)
a(n)=(1+3*n)*(4+3*n)/2 \\ Charles R Greathouse IV, Jun 17 2017
First few rows of the triangle: 1; 1, 2; 1, 3, 3; 1, 4, 5, 4; 1, 5, 7, 7, 5; 1, 6, 9, 10, 9, 6; 1, 7, 11, 13, 13, 11, 7; 1, 8, 13, 16, 17, 16, 13, 8; 1, 9, 15, 19, 21, 21, 19, 15, 9; 1, 10, 17, 22, 25, 26, 25, 22, 17, 10; ...
Comments