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.
%I A129024 #11 Sep 20 2024 21:24:14 %S A129024 3,15,24,48,72,120,168,264,552,696,744,888,984,1032,1128,1272,1416, %T A129024 1464,1608,1704,1752,1896,1992,2136,2328 %N A129024 The first 8 values are predefined, the remaining set to a(n) = 24*prime(n). %C A129024 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. %F A129024 Limit_{n->oo} A129025(n)/A129024(n) = 2. %t A129024 b0 = {3, 15, 24, 48, 72, 120, 168, 264} %t A129024 b = Table[If[n <= 8, b0[[n]], Prime[n]*24], {n, 1, 25}] %Y A129024 Cf. A129025. %K A129024 nonn,less,easy %O A129024 1,1 %A A129024 _Roger L. Bagula_, May 06 2007