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.

A158907 Row sums of triangle A158906.

Original entry on oeis.org

1, 3, 4, 6, 6, 9, 8, 11, 11, 13, 12, 17, 14, 17, 18, 20, 18, 23, 20, 25, 24, 25, 24, 31, 27, 29, 30, 33, 30, 37, 32, 37, 36, 37, 38, 44, 38, 41, 42, 47, 42, 49, 44, 49, 50, 49, 48, 57, 51, 55, 54, 57, 54, 61, 58, 63, 60, 61, 60
Offset: 1

Views

Author

Gary W. Adamson and Mats Granvik, Mar 29 2009

Keywords

Comments

This is the number of pairs of positive integers (i,j) such that i*j = n or i+j = n (where (2,2) is double-counted as both 2+2=4 and 2*2=4.) - Peter Kagey, Oct 02 2020

Examples

			a(4) = 6 = (4 + 1 + 0 + 1).
		

Crossrefs

Programs

Formula

a(n) = Sum_{k=1..n} A158906(n,k).
a(p) = p + 1 for prime p. [corrected by Ruediger Jehn, Dec 25 2020]
a(n) = A032741(n) + n. - R. J. Mathar, Jan 08 2015
a(n) = Sum_{i=1..n} floor(n/i)-floor((n-1)/(i+1)). - Wesley Ivan Hurt, Sep 13 2017
Showing 1-1 of 1 results.