login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

a(n) = (11*n)^3.
2

%I #12 Sep 08 2022 08:44:42

%S 0,1331,10648,35937,85184,166375,287496,456533,681472,970299,1331000,

%T 1771561,2299968,2924207,3652264,4492125,5451776,6539203,7762392,

%U 9129329,10648000,12326391,14172488,16194277

%N a(n) = (11*n)^3.

%H Vincenzo Librandi, <a href="/A017391/b017391.txt">Table of n, a(n) for n = 0..10000</a>

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4, -6, 4, -1).

%o (Magma) [(11*n)^3: n in [0..30]]; // _Vincenzo Librandi_, Sep 02 2011

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_