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.

A134508 Row sums of triangle A134507.

Original entry on oeis.org

1, 2, 5, 11, 22, 42, 77, 138, 243, 423, 730, 1252, 2137, 3634, 6161, 10419, 17582, 29614, 49797, 83610, 140191, 234767, 392690, 656136, 1095217, 1826402, 3043037, 5065883, 8426758, 14006898, 23265725, 38618922, 64062987, 106206519, 175972426
Offset: 1

Views

Author

Gary W. Adamson, Oct 28 2007

Keywords

Examples

			a(4) = 11 = sum of row 4 terms of triangle A134507 = (4 + 5 + 1 + 1).
a(4) = 11 = A000071(6) + A029907(4) - 4 = (7 + 8 - 4).
		

Crossrefs

Programs

  • PARI
    a(n)=fibonacci(n+2) + ((n+4)*fibonacci(n)+2*n*fibonacci(n-1))/5 - n - 1 \\ Charles R Greathouse IV, Feb 13 2018

Formula

a(n) = A000071(n+2) + A029907(n) - n. [Corrected by Charles R Greathouse IV, Feb 13 2018]

Extensions

More terms from Charles R Greathouse IV, Feb 13 2018
Showing 1-1 of 1 results.