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.

A328801 Least k such that there exists a square of side length sqrt(A001481(n)) with vertices in a k X k square array of points.

Original entry on oeis.org

2, 3, 3, 4, 5, 4, 5, 6, 5, 6, 7, 7, 6, 7, 8, 9, 9, 7, 8, 9, 10, 10, 8, 9, 11, 10, 11, 12, 9, 10, 11, 13, 12, 13, 13, 10, 11, 12, 14, 13, 14, 15, 11, 12, 13, 15, 14, 16, 15, 16, 12, 13, 14, 17, 15, 17, 16, 13, 14, 17, 15, 18, 16, 18, 17, 19, 19, 14, 15, 16, 17
Offset: 2

Views

Author

Peter Kagey, Oct 27 2019

Keywords

Examples

			For n = 8, there is a square with side length sqrt(A001481(8)) = sqrt(10) and vertices in the a(8) X a(8) = 5 X 5 square array of points.
o o o * o
* o o o o
o o o o o
o o o o *
o * o o o
However, there is no square with side length sqrt(10) and vertices in a smaller square array points.
		

Crossrefs

A328793 is the analog for a triangular grid.

Formula

a(n) = A328803(n) + 1.
Showing 1-1 of 1 results.