A046055 Orders of finite Abelian groups having the incrementally largest numbers of nonisomorphic forms (A046054).
1, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 221184, 262144, 442368, 524288, 663552, 884736, 995328, 1048576, 1327104, 1769472, 1990656, 2097152, 2654208, 3538944, 3981312, 4194304
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..1111 (terms 1..216 from Charlie Neder)
- H. D. Nguyen, D. Taggart, Mining the OEIS: Ten Experimental Conjectures, 2013. Mentions this sequence. - From _N. J. A. Sloane_, Mar 16 2014
- Jean-Louis Nicolas, Sur les entiers N pour lesquels il y a beaucoup de groupes abéliens d’ordre N, Annales de l'institut Fourier. Vol. 28, No. 4. (1978), pp. 1-16, alternative link.
- Eric Weisstein's World of Mathematics, Abelian Group.
- Wikipedia, Abelian group
- Index entries for sequences related to groups
Programs
-
Mathematica
aa = {}; max = 0; Do[If[FiniteAbelianGroupCount[n] > max, max = FiniteAbelianGroupCount[n]; AppendTo[aa, n]], {n, 2^22}]; aa (* Artur Jasinski, Oct 06 2011 *)
Formula
Extensions
More terms from David Wasserman, Feb 06 2002
Many incorrect formulas and assertions deleted by R. J. Mathar, Jul 08 2009
Edited by N. J. A. Sloane, Jul 08 2009
Comments