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.

Showing 1-2 of 2 results.

A087483 Row 0 of the order array of 3/2, i.e., row 0 of the transposable dispersion in A087465.

Original entry on oeis.org

1, 2, 4, 6, 9, 13, 17, 22, 28, 34, 41, 49, 57, 66, 76, 86, 97, 109, 121, 134, 148, 162, 177, 193, 209, 226, 244, 262, 281, 301, 321, 342, 364, 386, 409, 433, 457, 482, 508, 534, 561, 589, 617, 646, 676, 706, 737, 769, 801, 834, 868, 902, 937, 973, 1009, 1046, 1084
Offset: 0

Views

Author

Clark Kimberling, Sep 09 2003

Keywords

Comments

Also, column 0 of the transposable dispersion in A087468.

Crossrefs

Programs

Formula

a(n) = n + 1 - floor(n/3) + Sum_{i=1..n} floor(2i/3).
a(n) = 1 + floor((n+1)^2/3) = 1 + A000212(n+1).
a(n) = A192735(n+2) / (n+2). - Reinhard Zumkeller, Jul 08 2011
G.f.: -(x^4-x^3+x^2+1) / ((x-1)^3*(x^2+x+1)). - Colin Barker, Mar 31 2013

Extensions

Edited by Max Alekseyev, Dec 05 2013

A316723 Square array A(n,k), n>=0, k>=0, read by antidiagonals, where column k is the expansion of Product_{j=1..k} (1+x^j)/(1-x^j).

Original entry on oeis.org

1, 1, 0, 1, 2, 0, 1, 2, 2, 0, 1, 2, 4, 2, 0, 1, 2, 4, 6, 2, 0, 1, 2, 4, 8, 8, 2, 0, 1, 2, 4, 8, 12, 10, 2, 0, 1, 2, 4, 8, 14, 18, 12, 2, 0, 1, 2, 4, 8, 14, 22, 26, 14, 2, 0, 1, 2, 4, 8, 14, 24, 34, 34, 16, 2, 0, 1, 2, 4, 8, 14, 24, 38, 50, 44, 18, 2, 0, 1, 2, 4, 8, 14, 24, 40, 58, 70, 56, 20, 2, 0
Offset: 0

Views

Author

Seiichi Manyama, Jul 11 2018

Keywords

Examples

			Square array begins:
   1, 1,  1,  1,  1,  1,  1, ...
   0, 2,  2,  2,  2,  2,  2, ...
   0, 2,  4,  4,  4,  4,  4, ...
   0, 2,  6,  8,  8,  8,  8, ...
   0, 2,  8, 12, 14, 14, 14, ...
   0, 2, 10, 18, 22, 24, 24, ...
   0, 2, 12, 26, 34, 38, 40, ...
		

Crossrefs

Diagonal gives A015128.
Showing 1-2 of 2 results.