OFFSET
0,2
COMMENTS
The altitude h(n) = a(n)/A001844(n) of the (A005408(n), A046092(n) and A001844(n)) rectangular triangle is an irreducible fraction. - Ralf Steiner, Feb 25 2020
In this case, area A = a(n)/2 = A055112(n). - Bernard Schott, Feb 27 2020
a(n) is the minimum total number of up, down, left, right moves needed to bring one token from each cell of a (2*n+1) X (2*n+1) square grid to the cell (n,n). - Maksim Kita, Dec 08 2025
LINKS
Stephen P. Borgatti and Martin G. Everett, Notions of Position in Social Network Analysis, Sociological Methodology, 22 (1992), 1-35.
Christopher Purcell and Puck Rombach, Role colouring graphs in hereditary classes, arXiv:1802.10180 [math.CO], 2018.
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
a(n) = 12*A000330(n).
G.f.: 12*x*(1+x)/(1-x)^4. - Colin Barker, Mar 12 2018
From Ralf Steiner, Feb 27 2020: (Start)
a(n) = 2*n*A000384(n+1).
E.g.f.: 2*x*(6 + 9*x + 2*x^2)*exp(x). - Stefano Spezia, Dec 22 2025
From Amiram Eldar, Dec 23 2025: (Start)
Sum_{n>=1} 1/a(n) = 3/2 - 2*log(2).
Sum_{n>=1} (-1)^(n+1)/a(n) = Pi/2 - 3/2. (End)
MATHEMATICA
a[n_] := 2*n*(n+1)*(2*n+1); Array[a, 40, 0] (* Amiram Eldar, Dec 23 2025 *)
LinearRecurrence[{4, -6, 4, -1}, {0, 12, 60, 168}, 40] (* Harvey P. Dale, Jan 25 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Christopher Purcell, Mar 12 2018
EXTENSIONS
Edited by N. J. A. Sloane, Aug 01 2019
STATUS
approved
