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.

A133698 Triangle, diagonal = A001227 with the rest zeros.

Original entry on oeis.org

1, 0, 1, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2
Offset: 1

Views

Author

Gary W. Adamson, Sep 21 2007

Keywords

Comments

Lower triangular part of an infinite matrix with A001227 (number of odd divisors of n) as the main diagonal, and the rest filled with zeros. - Redacted from the original formula given by the author. - Antti Karttunen, Jan 18 2025

Examples

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

Crossrefs

Programs

Extensions

Offset corrected from 0 to 1 and data section extended to a(105) by Antti Karttunen, Jan 18 2025