|
|
A202804
|
|
a(n) = n*(6*n+4).
|
|
5
|
|
|
0, 10, 32, 66, 112, 170, 240, 322, 416, 522, 640, 770, 912, 1066, 1232, 1410, 1600, 1802, 2016, 2242, 2480, 2730, 2992, 3266, 3552, 3850, 4160, 4482, 4816, 5162, 5520, 5890, 6272, 6666, 7072, 7490, 7920, 8362, 8816, 9282, 9760, 10250, 10752, 11266, 11792
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,2
|
|
COMMENTS
|
Sequence found by reading the line from 0, in the direction 0, 10, ..., in the square spiral whose vertices are the generalized pentagonal numbers A001318. Opposite numbers to the members of A033579 in the same spiral. - Omar E. Pol, Jul 17 2012
|
|
LINKS
|
|
|
FORMULA
|
a(n) = 2*n(3n+2) = 6n^2 + 4n = 2*A045944(n).
Sum_{n>=1} 1/a(n) = (Pi/sqrt(3) - 3*log(3) + 3)/8.
Sum_{n>=1} (-1)^(n+1)/a(n) = Pi/(4*sqrt(3)) - 3/8. (End)
|
|
MAPLE
|
|
|
MATHEMATICA
|
Table[n(6n+4), {n, 0, 50}] (* or *) LinearRecurrence[{3, -3, 1}, {0, 10, 32}, 50] (* Harvey P. Dale, Dec 28 2015 *)
|
|
PROG
|
(PARI) x='x + O('x^50); concat([0], Vec(-2*x*(5 + x)/(x - 1)^3)) \\ Indranil Ghosh, Apr 10 2017
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|