login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A097321
a(n) = (3*n-1) * 3*n * (3*n+1).
6
24, 210, 720, 1716, 3360, 5814, 9240, 13800, 19656, 26970, 35904, 46620, 59280, 74046, 91080, 110544, 132600, 157410, 185136, 215940, 249984, 287430, 328440, 373176, 421800, 474474, 531360, 592620, 658416, 728910, 804264, 884640, 970200, 1061106, 1157520
OFFSET
1,1
FORMULA
G.f.: 6x * (4x^2 + 19x + 4) / (1-x)^4.
Sum_{n>=1} 1/a(n) = (log(3) - 1)/2. - Amiram Eldar, Jul 04 2020
Sum_{n>=1} (-1)^(n+1)/a(n) = 1/2 - 2*log(2)/3. - Amiram Eldar, May 15 2022
MATHEMATICA
Table[27n^3-3n, {n, 40}] (* Harvey P. Dale, Mar 30 2011 *)
PROG
(Magma) [27*n^3-3*n: n in [1..40]]; // Vincenzo Librandi, Sep 07 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Ralf Stephan, Aug 07 2004
STATUS
approved