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.

A035936 Number of squares in (n^3, (n+1)^3 ].

Original entry on oeis.org

1, 1, 3, 3, 3, 3, 4, 4, 5, 4, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 8, 7, 8, 8, 8, 8, 8, 9, 8, 9, 9, 9, 9, 9, 9, 9, 10, 10, 9, 10, 10, 10, 11, 10, 11, 10, 11, 10, 11, 11, 11, 12, 11, 11, 12, 11, 12, 12, 12, 12, 12, 12, 12, 12, 13, 12, 13, 12, 13, 13, 13, 13, 13, 13, 14, 13, 14, 13, 14
Offset: 0

Views

Author

Keywords

Comments

There are never exactly two squares between two consecutive cubes. - Vladimir Pletser, Jan 12 2021

Examples

			a(3)=3 since 3^3 < 6^2, 7^2, 8^2 <= 4^3.
		

Crossrefs

Cf. A000093, A000290 (squares), A000578 (cubes).

Programs

Formula

a(n) = A000093(n+1)-A000093(n) (first differences of A000093). - Henry Bottomley, Aug 31 2000