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.

A092510 Difference between smallest semiperimeter (see A063655) and its integer log (see A001414).

Original entry on oeis.org

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

Views

Author

Carlos Alves, Dec 31 2004

Keywords

Examples

			If p is prime a(p)=1 because A063655(p) = p+1 and A001414(p) = p.
		

Crossrefs

Cf. A063655 and A001414.

Programs

Formula

a(n) = A063655(n) - A001414(n).

Extensions

Offset corrected and missing term a(1) = 2 prepended by Antti Karttunen, Oct 20 2017