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.

A143125 Sum {j=1..n} j*A001462(j).

Original entry on oeis.org

1, 5, 11, 23, 38, 62, 90, 122, 167, 217, 272, 344, 422, 506
Offset: 1

Views

Author

Gary W. Adamson, Jul 26 2008

Keywords

Examples

			a(4) = 23 = 1*1 + 2*2 + 3*2 + 4*12 = (1 + 4 + 6 + 12), given Golomb's sequence (1, 2, 2, 3, 3, 4, 4, 4,...).
a(4) = 23 = sum of row 4 terms of triangle A143124: (8 + 7 + 5 + 3).
		

Crossrefs

Formula

Sum {j=1..n} j*A001462(j), where A001462 = Golomb's sequence, (1, 2, 2, 3, 3, 4, 4, 4,...). Row sums of triangle A143124.