OFFSET
1,2
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).
LINKS
Index entries for linear recurrences with constant coefficients, signature (350,-2401).
FORMULA
a(n) = (7^(n-1))*(7^(2n-2)-1)/2.
a(n) = 350*a(n-1)-2401*a(n-2). G.f.: 168*x^2 / ((7*x-1)*(343*x-1)). - Colin Barker, Sep 02 2013
MATHEMATICA
Table[7^(x - 1) (7^(2 x - 2) - 1)/2, {x, 1, 15}]
LinearRecurrence[{350, -2401}, {0, 168}, 20] (* Harvey P. Dale, Aug 01 2022 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Aug 04 2007
EXTENSIONS
More terms from Colin Barker, Sep 02 2013
STATUS
approved