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.

A057010 Number of conjugacy classes of subgroups of index 4 in free group of rank n.

Original entry on oeis.org

1, 26, 604, 14120, 334576, 7987616, 191318464, 4588288640, 110090411776, 2641931680256, 63404394241024, 1521689370306560, 36520413978750976, 876488875160477696, 21035724442850934784, 504857317670233210880
Offset: 1

Views

Author

N. J. A. Sloane, Sep 09 2000

Keywords

References

  • R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see Problem 5.13(c), pp. 76, 112.

Crossrefs

Programs

  • PARI
    a(n)=if(n<0,0,24^(n-1)+8^(n-1)-6^(n-1))

Formula

G.f.: x(1-12x)/((1-6x)(1-8x)(1-24x)).
a(n) = 24^(n-1)+8^(n-1)-6^(n-1).

Extensions

More terms from Francisco Salinas (franciscodesalinas(AT)hotmail.com), Dec 25 2001