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.

A121346 Conjectured lower bound for the number of spheres of radius 1 that can be packed in a sphere of radius n.

Original entry on oeis.org

2, 11, 31, 68, 124, 205, 316, 460, 642, 866, 1138, 1461, 1839, 2278, 2781, 3354, 4000, 4724, 5531, 6424, 7409, 8490, 9671, 10956, 12351, 13859, 15485, 17234, 19110, 21116, 23259, 25542, 27969, 30546, 33276, 36164, 39215, 42432, 45821, 49385
Offset: 2

Views

Author

Hugo Pfoertner, Jul 22 2006

Keywords

Comments

The formula was given by David W. Cantrell in a thread "Packing many equal small spheres into a larger sphere" in the newsgroup sci.math on May 29 2006.
Cantrell's formula can be expressed quite accurately using an easy-to-remember rule of thumb: a(n) = n^2*((3/4)*n - 1). To be even more precise, subtract 1%, i.e., multiply by a factor of 0.99. - Hugo Pfoertner, Jun 12 2025

Crossrefs

Programs

Formula

a(n) = floor(K*(1 - 2*d)/d^3 + 1/(2*d^2)), where d=1/n and K = Pi/(3*sqrt(2)) (A093825).