OFFSET
0,2
COMMENTS
This is one of a set of 12 sequences that specify the possible moves of a Glinski queen in hexagonal chess (see A396288 for further information).
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
FORMULA
Sum_{n>=1} 1/a(n) = 12 - 3*log(2) - 3*log(3)/2 - sqrt(3)*log(2 + sqrt(3)) - (1 + sqrt(3)/2)*Pi. - Amiram Eldar, May 23 2026
From Elmo R. Oliveira, Jun 01 2026: (Start)
G.f.: x*(13 + 11*x)/(1 - x)^3.
E.g.f.: x*(13 + 12*x)*exp(x).
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). (End)
a(n) = A244804(n+1) - 1. - Hugo Pfoertner, Jun 01 2026
MATHEMATICA
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 21 2026
STATUS
approved
