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.

A046054 Incrementally largest number of nonisomorphic finite Abelian groups as a function of order.

Original entry on oeis.org

1, 2, 3, 5, 7, 11, 15, 22, 30, 42, 56, 77, 101, 135, 176, 231, 297, 303, 385, 405, 490, 505, 528, 539, 627, 675, 693, 707, 792, 880, 891, 945, 1002, 1155, 1232, 1255, 1485, 1617, 1925, 1936, 2079, 2450, 2541, 2695, 3135, 3267, 3430, 3465, 3960, 4235
Offset: 1

Views

Author

Keywords

Comments

Records in A000688. - Artur Jasinski, Mar 14 2008

Crossrefs

Programs

  • Mathematica
    a = {}; b = 0; f[n_] := Times @@ PartitionsP /@ Last /@ FactorInteger@n; k = Array[f, 1000000]; Do[If[k[[m]] > b, b = k[[m]]; AppendTo[a, b]], {m, 1, Length[k]}]; a (* using a procedure from Robert G. Wilson v; Artur Jasinski, Mar 14 2008 *)

Formula

a(n) = A000688(A046055(n)). - Amiram Eldar, Aug 20 2019

Extensions

More terms from David Wasserman, Feb 06 2002