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.

A103297 Number of different lengths that perfect rulers with n segments can have.

Original entry on oeis.org

1, 1, 2, 3, 3, 4, 4, 6, 6, 7, 7, 7, 8, 10, 11, 11, 11, 11, 11, 13, 14, 15, 15, 16, 14, 19
Offset: 0

Views

Author

Peter Luschny, Feb 28 2005

Keywords

Comments

For definitions, references and links related to complete rulers see A103294.

Examples

			a(5)=4 because a perfect ruler with 5 segments may have the length 10, 11, 12 or 13.
		

Crossrefs

Cf. A103298.

Formula

a(n) = A004137(n+1) - A004137(n) for n>= 1.

Extensions

Term a(19) corrected and terms a(20)-a(25) added by Fabian Schwartau, Yannic Schröder, Lars Wolf, Joerg Schoebel, Feb 23 2021