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.

Showing 1-1 of 1 results.

A297420 Square of the number of groups of order n.

Original entry on oeis.org

0, 1, 1, 1, 4, 1, 4, 1, 25, 4, 4, 1, 25, 1, 4, 1, 196, 1, 25, 1, 25, 4, 4, 1, 225, 4, 4, 25, 16, 1, 16, 1, 2601, 1, 4, 1, 196, 1, 4, 4, 196, 1, 36, 1, 16, 4, 4, 1, 2704, 4, 25, 1, 25, 1, 225, 4, 169, 4, 4, 1, 169, 1, 4, 16, 71289, 1, 16, 1, 25, 1, 16, 1, 2500
Offset: 0

Views

Author

Vincenzo Librandi, Dec 31 2017

Keywords

Comments

The record values are 1, 4, 25, 196, 225, 2601, 2704, 71289, 5419584, 3146312464, 110128506489369, 2448999521196387209521, etc. (A046058)

Crossrefs

Programs

  • GAP
    Concatenation([0], List([1..100], n -> NumberSmallGroups(n)^2)); # Muniru A Asiru, Jan 29 2018
  • Magma
    D:=SmallGroupDatabase(); [0] cat [ NumberOfSmallGroups(D, n)^2 : n in [1..100] ];
    
  • Maple
    with(GroupTheory):  0,seq(NumGroups(n)^2, n=1..100); # Muniru A Asiru, Jan 29 2018
  • Mathematica
    Join[{0}, FiniteGroupCount[Range[200]]^2]

Formula

a(n) = A000001(n)^2.

Extensions

Name clarified by Jon E. Schoenfield, May 24 2019
Showing 1-1 of 1 results.