A353410 a(n) = (tan(1*Pi/9))^(2*n) + (tan(2*Pi/9))^(2*n) + (tan(3*Pi/9))^(2*n) + (tan(4*Pi/9))^(2*n).
4, 36, 1044, 33300, 1070244, 34420356, 1107069876, 35607151476, 1145248326468, 36835122753252, 1184744167077204, 38105444942929620, 1225602095970073572, 39419576386043222340, 1267869080483029127412, 40779027899804602385460, 1311593714249667915837060, 42185362424185765127267748
Offset: 0
Examples
a(1) = tan^2 (Pi/9) + tan^2 (2*Pi/9) + tan^2 (3*Pi/9) + tan^2 (4*Pi/9) = 36.
Links
- Michel Bataille and Li Zhou, A Combinatorial Sum Goes on Tangent, The American Mathematical Monthly, Vol. 112, No. 7 (Aug. - Sep., 2005), Problem 11044, pp. 657-659.
- Index entries for linear recurrences with constant coefficients, signature (36,-126,84,-9).
Crossrefs
Programs
-
Mathematica
LinearRecurrence[{36, -126, 84, -9}, {4, 36, 1044, 33300}, 18] (* Amiram Eldar, Apr 18 2022 *)
Formula
G.f.: 4*(1 - 27x + 63*x^2 - 21*x^3)/((1 - 3*x)*(1 - 33*x + 27*x^2 - 3*x^3)). - Stefano Spezia, Apr 18 2022
a(n) = A215948(n) + 3^n. - Jianing Song, Apr 19 2022
Extensions
More terms from Stefano Spezia, Apr 18 2022
Comments