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.

A138846 Erroneous version of A138895.

Original entry on oeis.org

1, 2, 1, 4, 2, 1, 8, 4, 2, 1, 5, 8, 4, 2, 1, 3, 5, 8, 4, 2, 1, 6, 3, 5, 8, 4, 2, 1, 12, 6, 3, 5, 8, 4, 2, 1, 24, 12, 6, 3, 5, 8, 4, 2, 1, 17, 26, 13, 20, 10, 5, 8, 4, 2, 1, 11, 17, 26, 13, 20, 10, 5, 8, 4, 2, 1
Offset: 0

Views

Author

Paul Barry, Mar 31 2008, Apr 02 2008

Keywords

Comments

Former definition was: Triangle read by rows: T(n,k) = A092892(n-k) if k <= n, 0 otherwise.

Examples

			Triangle begins
   1;
   2,  1;
   4,  2,  1;
   8,  4,  2,  1;
   5,  8,  4,  2,  1;
   3,  5,  8,  4,  2,  1;
   6,  3,  5,  8,  4,  2,  1;
  12,  6,  3,  5,  8,  4,  2,  1;
  24, 12,  6,  3,  5,  8,  4,  2,  1;
  17, 26, 13, 20, 10,  5,  8,  4,  2,  1;
  11, 17, 26, 13, 20, 10,  5,  8,  4,  2,  1;