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.

A257594 Consider the hexagonal lattice packing of circles; a(n) is the maximal number of circles that can be enclosed by a closed chain of n circles.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 4, 5, 7, 8, 10
Offset: 0

Views

Author

N. J. A. Sloane, May 18 2015

Keywords

Examples

			In the hexagonal lattice packing of pennies, one penny can be enclosed by 6 pennies, 2 pennies by eight pennies, 3 pennies by 9 pennies, 4 pennies by 10 pennies, 5 pennies by 11 pennies, and 7 pennies by 12 pennies.
		

Crossrefs

Cf. A257481.

Formula

Conjecture (derived from Euler's F+V=E+1 formula): a(n) = 1+(A069813(n)-n)/2 = A001399(n-6), which means g.f. is x^6 / ( (1+x)*(1+x+x^2)*(1-x)^3 ). - R. J. Mathar, Jul 14 2015

Extensions

a(13) and a(14) from R. J. Mathar, Jul 10 2015