OFFSET
2,2
REFERENCES
L. Berzolari, Allgemeine Theorie der Höheren Ebenen Algebraischen Kurven, Encyclopädie der Mathematischen Wissenschaften mit Einschluss ihrer Anwendungen. Band III_2. Heft 3, Leipzig: B. G. Teubner, 1906. pp. 313 - 455.
H. Brocard and T. Lemoyne, Courbes géométriques remarquables (courbes spéciales) Planes et Gauches. Tome I, Paris: Albert Blanchard, 1967 [First publ. 1919]; see p. 135.
LINKS
Harry J. Smith, Table of n, a(n) for n = 2..1000
Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
FORMULA
a(n) = 30*n + a(n-1) - 78 with n>2, a(2)=0. - Vincenzo Librandi, Aug 07 2010
G.f.: 6*x^3*(2+3*x)/(1-x)^3. - Colin Barker, Feb 28 2012
MATHEMATICA
Table[3(n-2)(5n-11), {n, 2, 50}] (* or *) LinearRecurrence[{3, -3, 1}, {0, 12, 54}, 50] (* Harvey P. Dale, May 24 2023 *)
PROG
(PARI) for (n=2, 1000, write("b060785.txt", n, " ", 3*(n - 2)*(5*n - 11)); ) \\ Harry J. Smith, Jul 11 2009
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Antreas P. Hatzipolakis (xpolakis(AT)otenet.gr), Apr 28 2001
STATUS
approved