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.

A129024 The first 8 values are predefined, the remaining set to a(n) = 24*prime(n).

Original entry on oeis.org

3, 15, 24, 48, 72, 120, 168, 264, 552, 696, 744, 888, 984, 1032, 1128, 1272, 1416, 1464, 1608, 1704, 1752, 1896, 1992, 2136, 2328
Offset: 1

Views

Author

Roger L. Bagula, May 06 2007

Keywords

Comments

The motivation for these two sequences is that the order-168 Kleinian n=7 group seems to demand a non-Euclidean E9 type of manifold and my work in cosmology led me to think in terms of an E10 exceptional group.

Crossrefs

Cf. A129025.

Programs

  • Mathematica
    b0 = {3, 15, 24, 48, 72, 120, 168, 264}
    b = Table[If[n <= 8, b0[[n]], Prime[n]*24], {n, 1, 25}]

Formula

Limit_{n->oo} A129025(n)/A129024(n) = 2.