login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046054 Incrementally largest number of nonisomorphic finite Abelian groups as a function of order. 5
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Records in A000688. - Artur Jasinski, Mar 14 2008
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..1111 (terms 1..216 from Charlie Neder)
Eric Weisstein's World of Mathematics, Abelian Group
FORMULA
a(n) = A000688(A046055(n)). - Amiram Eldar, Aug 20 2019
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 *)
CROSSREFS
Sequence in context: A330641 A242699 A194439 * A242700 A242701 A364809
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from David Wasserman, Feb 06 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)