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.

A057014 Number of subgroups of index n in free group of rank n.

This page as a plain text file.
%I A057014 #10 Aug 30 2019 05:28:52
%S A057014 1,3,97,54335,1035045121,1160799620549247,114730150164000898447873,
%T A057014 1385904943637483363530115691960319,
%U A057014 2706118201409447403878672281480056877837885441,1091106883064604841286281006789753438364086962298324514658303
%N A057014 Number of subgroups of index n in free group of rank n.
%D A057014 P. de la Harpe, Topics in Geometric Group Theory, Univ. Chicago Press, 2000, p. 23.
%D A057014 R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see Problem 5.13(b).
%H A057014 J. H. Kwak and J. Lee, <a href="http://com2mac.postech.ac.kr/resorce/Lecture_text.htm">Enumeration of graph coverings and surface branched coverings</a>, Lecture Note Series 1 (2001), Com^2MaC-KOSEF, Korea. See chapter 3.
%H A057014 V. A. Liskovets and A. Mednykh, <a href="https://doi.org/10.1080/00927870008826924">Enumeration of subgroups in the fundamental groups of orientable circle bundles over surfaces</a>, Commun. in Algebra, 28, No. 4 (2000), 1717-1738.
%t A057014 t[n_, k_] := t[n, k] = k*k!^(n - 1) - Sum[j!^(n - 1)*t[n, k - j], {j, 1, k - 1}];
%t A057014 a[n_] := t[n, n];
%t A057014 Array[a, 10] (* _Jean-François Alcover_, Aug 30 2019, after _Alois P. Heinz_ in A049290 *)
%Y A057014 Main diagonal of A049290.
%K A057014 nonn
%O A057014 1,2
%A A057014 _N. J. A. Sloane_, Sep 09 2000
%E A057014 More terms from Francisco Salinas (franciscodesalinas(AT)hotmail.com), Dec 25 2001
%E A057014 a(10) from _Jean-François Alcover_, Aug 30 2019