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.

A161116 a(n) is the number of nontrivial positive divisors of 2n+3.

Original entry on oeis.org

0, 0, 0, 1, 0, 0, 2, 0, 0, 2, 0, 1, 2, 0, 0, 2, 2, 0, 2, 0, 0, 4, 0, 1, 2, 0, 2, 2, 0, 0, 4, 2, 0, 2, 0, 0, 4, 2, 0, 3, 0, 2, 2, 0, 2, 2, 2, 0, 4, 0, 0, 6, 0, 0, 2, 0, 2, 4, 2, 1, 2, 2, 0, 2, 0, 2, 6, 0, 0, 2, 2, 2, 4, 0, 0, 4, 2, 0, 2, 2, 0, 6, 0, 1, 4, 0, 4, 2, 0, 0, 2
Offset: 0

Views

Author

Vladimir Shevelev, Jun 02 2009

Keywords

Comments

a(n)=0 iff n is in A067076, i.e., 2n+3 is prime; a(n) is the number of positive integers of the form (n-3k)/(2k+1), 1<=k<=n/3.

Examples

			Since for n=3 we have 2n+3=9 and only nontrivial divisor of 9 is 3, then a(3)=1.
		

Crossrefs

Programs

Formula

For n>=1, a(n)=A160973(n)+A079978(n). [Vladimir Shevelev, Jun 07 2009]
a(n) = A070824(2n+3).

Extensions

Edited by Charles R Greathouse IV, Oct 12 2009
More terms from Michel Marcus, Feb 08 2016