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.

A071336 Number of vertices of Goldberg-Casper-Klug pseudo-icosahedra.

Original entry on oeis.org

12, 32, 42, 72, 92, 122, 132, 162, 192, 212, 252, 272, 282, 312, 362, 372, 392, 432, 482, 492, 522, 572, 612, 632, 642, 672, 732, 752, 762, 792, 812, 842, 912, 932, 972, 1002, 1032, 1082, 1092, 1112, 1122, 1172, 1212, 1242, 1272, 1292, 1332, 1392, 1442, 1472
Offset: 1

Views

Author

Lekraj Beedassy, Oct 30 2003

Keywords

Comments

Refers to the capsomere count in virus architectural structures. Since the Loeschian numbers (A003136) of the form x^2 + xy + y^2 reduce to squares (A000290) when either x or y equals 0, a(n) contains A005901 which is 10*n^2 + 2.

References

  • I. Stewart, "Game, Set and Math", Chapter 6, Table 6.1 pp. 81 Penguin London 1991.

Crossrefs

Programs

Formula

a(n) = 10*A003136(n+1) + 2. [corrected by Georg Fischer, Jun 17 2020]