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.

User: Eamonn O'Brien

Eamonn O'Brien's wiki page.

Eamonn O'Brien has authored 3 sequences.

A090140 Number of groups of order 7^n.

Original entry on oeis.org

1, 1, 2, 5, 15, 83, 860, 113147
Offset: 0

Author

Eamonn O'Brien, Jan 22 2004

Keywords

References

  • G. Bagnera, La composizione dei Gruppi finiti il cui grado e la quinta potenza di un numero primo, Ann. Mat. Pura Appl. (3), 1 (1898), 137-228.
  • Hans Ulrich Besche, Bettina Eick and E. A. O'Brien, A Millennium Project: Constructing Small Groups, International Journal of Algebra and Computation, Vol. 12, No 5 (2002), 623-644.
  • W. Burnside, Theory of Groups of Finite Order, Dover, NY, 1955.
  • M. F. Newman, E. A. O'Brien and M. R. Vaughan-Lee, Groups and nilpotent Lie rings whose order is the sixth power of a prime, J. Algebra, 278 (2004), 383-401.
  • E. A. O'Brien and M. R. Vaughan-Lee, The groups of order p^7 for odd prime p, J. Algebra 292, 243-258, 2005.

Crossrefs

Formula

For a prime p >= 5, the number of groups of order p^n begins 1, 1, 2, 5, 15, 61 + 2*p + 2*gcd (p - 1, 3) + gcd (p - 1, 4), 3*p^2 + 39*p + 344 + 24*gcd(p - 1, 3) + 11*gcd(p - 1, 4) + 2*gcd(p - 1, 5), ...

Extensions

Corrected and extended by David Radcliffe, Feb 24 2010
Updated reference for p^7 Eamonn O'Brien, Mar 06 2010

A090091 Number of groups of order 3^n.

Original entry on oeis.org

1, 1, 2, 5, 15, 67, 504, 9310, 1396077, 5937876645
Offset: 0

Author

Eamonn O'Brien, Jan 22 2004

Keywords

Examples

			G.f. = 1 + x + 2*x^2 + 5*x^3 + 15*x^4 + 67*x^5 + 504*x^6 + 9310*x^7 + ...
		

References

  • G. Bagnera, La composizione dei Gruppi finiti il cui grado e la quinta potenza di un numero primo, Ann. Mat. Pura Appl. (3), 1 (1898), 137-228.
  • Hans Ulrich Besche, Bettina Eick and E. A. O'Brien, A Millennium Project: Constructing Small Groups, International Journal of Algebra and Computation, Vol. 12, No 5 (2002), 623-644.
  • W. Burnside, Theory of Groups of Finite Order, Dover, NY, 1955.
  • Marcus du Sautoy, Symmetry: A Journey into the Patterns of Nature, HarperCollins, 2008, p. 96.

Crossrefs

Programs

Formula

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

Extensions

a(7) from David Radcliffe, Feb 24 2010
a(8) from Muniru A Asiru, Oct 17 2018
a(9) from David Burrell, Sep 01 2023

A090130 Number of groups of order 5^n.

Original entry on oeis.org

1, 1, 2, 5, 15, 77, 684, 34297
Offset: 0

Author

Eamonn O'Brien, Jan 22 2004

Keywords

References

  • G. Bagnera, La composizione dei Gruppi finiti il cui grado e la quinta potenza di un numero primo, Ann. Mat. Pura Appl. (3), 1 (1898), 137-228.
  • Hans Ulrich Besche, Bettina Eick and E. A. O'Brien, A Millennium Project: Constructing Small Groups, International Journal of Algebra and Computation, Vol. 12, No 5 (2002), 623-644.
  • W. Burnside, Theory of Groups of Finite Order, Dover, NY, 1955.

Crossrefs

Programs

Formula

For a prime p >= 5, the number of groups of order p^n begins 1, 1, 2, 5, 15, 61 + 2*p + 2*gcd (p - 1, 3) + gcd (p - 1, 4), 3*p^2 + 39*p + 344 + 24*gcd(p - 1, 3) + 11*gcd(p - 1, 4) + 2*gcd(p - 1, 5), ...

Extensions

Corrected and extended by David Radcliffe, Feb 24 2010
Corrected and extended by Eamonn O'Brien, Mar 06 2010