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.

A130213 Order of modular group of degree 3^(n-1) + 1.

Original entry on oeis.org

0, 12, 360, 9828, 265680, 7174332, 193709880, 5230175508, 141214764960, 3812798732652, 102945566017800, 2779530283189188, 75047317648233840, 2026277576508690972, 54709494565753788120, 1477156353275409674868, 39883221538436233408320, 1076846981537778818585292
Offset: 1

Views

Author

Artur Jasinski, Aug 04 2007

Keywords

References

  • E. Mathieu, Mémoire sur le nombre de valeurs que peut acquérir une fonction quand on y permute ses variables de toutes les manières possibles, Journ. de math. (2) 5 (1860), 9-42 (see p. 39).

Crossrefs

Cf. A120689.

Programs

  • Mathematica
    Table[3^(x - 1) (3^(2 x - 2) - 1)/2, {x, 1, 15}]

Formula

a(n) = 3^(n-1)*(3^(2*n - 2) - 1)/2.
From Colin Barker, Sep 02 2013: (Start)
a(n) = 30*a(n-1) - 81*a(n-2).
G.f.: 12*x^2 / ((3*x-1)*(27*x-1)). (End)

Extensions

More terms from Colin Barker, Sep 02 2013