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-1 of 1 results.

A129573 A097806 * A129372.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1
Offset: 1

Views

Author

Gary W. Adamson, Apr 22 2007

Keywords

Examples

			First few rows of the triangle are:
  1;
  1, 1;
  1, 1, 1;
  1, 0, 1, 1;
  1, 0, 0, 1, 1;
  1, 1, 0, 0, 1, 1;
  1, 1, 0, 0, 0, 1, 1;
  1, 0, 0, 0, 0, 0, 1, 1;
  ...
		

Crossrefs

Row sums are A129574.

Programs

  • PARI
    T(n,k)=(n%k==0 && n/k%2) || ((n-1)%k==0 && (n-1)/k%2) \\ Andrew Howroyd, Aug 10 2018

Formula

A097806 * A129372 as infinite lower triangular matrices.

Extensions

Duplicate a(35) removed and terms a(56) and beyond from Andrew Howroyd, Aug 10 2018
Showing 1-1 of 1 results.