The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A057014 Number of subgroups of index n in free group of rank n. 1
1, 3, 97, 54335, 1035045121, 1160799620549247, 114730150164000898447873, 1385904943637483363530115691960319, 2706118201409447403878672281480056877837885441, 1091106883064604841286281006789753438364086962298324514658303 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
P. de la Harpe, Topics in Geometric Group Theory, Univ. Chicago Press, 2000, p. 23.
R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see Problem 5.13(b).
LINKS
J. H. Kwak and J. Lee, Enumeration of graph coverings and surface branched coverings, Lecture Note Series 1 (2001), Com^2MaC-KOSEF, Korea. See chapter 3.
V. A. Liskovets and A. Mednykh, Enumeration of subgroups in the fundamental groups of orientable circle bundles over surfaces, Commun. in Algebra, 28, No. 4 (2000), 1717-1738.
MATHEMATICA
t[n_, k_] := t[n, k] = k*k!^(n - 1) - Sum[j!^(n - 1)*t[n, k - j], {j, 1, k - 1}];
a[n_] := t[n, n];
Array[a, 10] (* Jean-François Alcover, Aug 30 2019, after Alois P. Heinz in A049290 *)
CROSSREFS
Main diagonal of A049290.
Sequence in context: A201843 A278202 A246537 * A334723 A167582 A068420
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 09 2000
EXTENSIONS
More terms from Francisco Salinas (franciscodesalinas(AT)hotmail.com), Dec 25 2001
a(10) from Jean-François Alcover, Aug 30 2019
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 May 13 23:15 EDT 2024. Contains 372524 sequences. (Running on oeis4.)