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.

A185065 a(n) = n*(n^3 + 2).

Original entry on oeis.org

0, 3, 20, 87, 264, 635, 1308, 2415, 4112, 6579, 10020, 14663, 20760, 28587, 38444, 50655, 65568, 83555, 105012, 130359, 160040, 194523, 234300, 279887, 331824, 390675, 457028, 531495, 614712, 707339, 810060, 923583, 1048640
Offset: 0

Views

Author

Vincenzo Librandi, Mar 31 2011

Keywords

Comments

Numbers a(n) such that a(n)^3 = x^3*(x-2). The values of x are in A084380.
A058895(n)^3 + A068601(n)^3 + A033562(n)^3 = a(n)^3, for n > 0. - Vincenzo Librandi, Mar 13 2012

Examples

			20^3 = 10^3*(10-2); 87^3 = 29^3*(29-2).
		

Crossrefs

Programs

Formula

G.f.: x*(3 + 5*x + 17*x^2 - x^3)/(1-x)^5. - Bruno Berselli, Mar 31 2011