login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060788 9*(n-2)^2 * (n^2 - 2*n - 1). 1
0, 18, 252, 1134, 3312, 7650, 15228, 27342, 45504, 71442, 107100, 154638, 216432, 295074, 393372, 514350, 661248, 837522, 1046844, 1293102, 1580400, 1913058, 2295612, 2732814, 3229632, 3791250, 4423068, 5130702, 5919984 (list; graph; refs; listen; history; internal format)
OFFSET

2,2

REFERENCES

H. Brocard and T. Lemoyne: Courbes geometriques remarquables (courbes speciales) 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

FORMULA

G.f.: 18*x^3*(-1-9*x-3*x^2+x^3)/(x-1)^5. a(n)=5*a(n-1)-10*a(n-2)+10*a(n-3)-5*a(n-4)+a(n-5). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 15 2009]

PROG

(PARI) { for (n=2, 1000, write("b060788.txt", n, " ", 9*(n - 2)^2 * (n^2 - 2*n - 1)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 11 2009]

CROSSREFS

Sequence in context: A154250 A154350 A001722 * A144708 A020528 A088924

Adjacent sequences:  A060785 A060786 A060787 * A060789 A060790 A060791

KEYWORD

nonn

AUTHOR

Antreas P. Hatzipolakis (xpolakis(AT)otenet.gr), Apr 28 2001

EXTENSIONS

Extra ( removed from definition by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 11 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.