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.

A049294 Number of subgroups of index 3 in free group of rank n+1.

Original entry on oeis.org

1, 13, 97, 625, 3841, 23233, 139777, 839425, 5038081, 30231553, 181395457, 1088385025, 6530334721, 39182057473, 235092443137, 1410554855425, 8463329525761, 50779977940993, 304679869218817, 1828079218458625
Offset: 0

Views

Author

Keywords

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).

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{9,-20,12},{1,13,97},20] (* Harvey P. Dale, Sep 24 2017 *)

Formula

a(n) = 3*6^n-3*2^n+1.
G.f.: (1+4*x)/((1-x)*(1-2*x)*(1-6*x)). [Colin Barker, May 08 2012]

Extensions

More terms from Karen Richardson (s1149414(AT)cedarville.edu)