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.

A131774 2*A065941 - A049310.

Original entry on oeis.org

1, 2, 1, 1, 2, 1, 2, 0, 4, 1, 1, 2, 3, 4, 1, 2, -1, 8, 2, 6, 1, 1, 2, 4, 8, 7, 6, 1, 2, -2, 12, 0, 20, 6, 8, 1, 1, 2, 4, 12, 15, 20, 13, 8, 1, 2, -3, 16, -6, 42, 9, 40, 12, 10, 1
Offset: 1

Views

Author

Gary W. Adamson, Jul 14 2007

Keywords

Comments

Row sums = the Lucas numbers, A000032, starting (1, 3, 4, 7, 11, ...). Generally, N*A065941 - (N-1)*A049310 = triangles with row sums = Fibonacci-like sequences starting (1, (N+1), (N+1+1), ...). With N = 2, row sums of the triangle A131774 = (1, 3, 4, 7, ...).

Examples

			First few rows of the triangle:
  1;
  2,  1;
  1,  2,  1;
  2,  0,  4,  1;
  1,  2,  3,  4,  1;
  2, -1,  8,  2,  6,  1;
  1,  2,  4,  8,  7,  6,  1;
  ...
		

Crossrefs

Formula

2*A065941 - A049310 as infinite lower triangular matrices.