OFFSET
0,2
COMMENTS
If Y_i (i=1,2,3) are 2-blocks of a (2n+1)-set X then a(n-1) is the number of 5-subsets of X intersecting each Y_i (i=1,2,3). - Milan Janjic, Oct 28 2007
Also sequence found by reading the segment (1, 18) together with the line from 18, in the direction 18, 66, ..., in the square spiral whose vertices are the generalized decagonal numbers A074377. - Omar E. Pol, Nov 02 2012
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
M. Baake and U. Grimm, Coordination sequences for root lattices and related graphs, arXiv:cond-mat/9706122, 1997; Zeit. f. Kristallographie, 212 (1997), 253-256.
R. Bacher, P. de la Harpe and B. Venkov, Séries de croissance et séries d'Ehrhart associées aux réseaux de racines, C. R. Acad. Sci. Paris, 325 (Series 1) (1997), 1137-1142.
Milan Janjic, Two Enumerative Functions
Joan Serra-Sagrista, Enumeration of lattice points in l_1 norm, Inf. Proc. Lett. 76 (1-2) (2000) 39-44.
Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
FORMULA
a(0)=1, a(n) = 16*n^2 + 2, n >= 1.
G.f.: (1+x)*(1+14*x+x^2)/(1-x)^3.
G.f. for coordination sequence of C_n lattice: (1/(1-z)^n)*Sum_{i=0..n} binomial(2*n, 2*i)*z^i.
E.g.f.: (x*(x+1)*16+2)*e^x - 1. - Gopinath A. R., Feb 14 2012
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3); a(0)=1, a(1)=18, a(2)=66, a(3)=146. - Harvey P. Dale, Oct 15 2012
G.f. for sequence with interpolated zeros: cosh(6*arctanh(x)) = (1/2)*( ((1 - x)/(1 + x))^3 + ((1 + x)/(1 - x))^3) = 1 + 18*x^2 + 66*x^4 + 146*x^6 + .... More generally, cosh(2*n*arctanh(sqrt(x))) is the o.g.f. for the coordination sequence of the C_n lattice. Note that exp(t*arctanh(x)) is the e.g.f. for the Mittag_Leffler polynomials. See A137513. - Peter Bala, Apr 09 2017
Sum_{n>=0} 1/a(n) = 3/4 + sqrt(2)/16*Pi*coth( Pi*sqrt(2)/4) = 1.095237238050... - R. J. Mathar, May 07 2024
a(n) = 2*A081585(n), n>0. - R. J. Mathar, May 07 2024
MATHEMATICA
Join[{1}, Table[16n^2+2, {n, 50}]] (* Harvey P. Dale, Oct 15 2012 *)
PROG
(PARI) A010006(n)=16*n^2+2-!n \\ M. F. Hasler, Feb 14 2012
(Magma) [1] cat [16*n^2+2: n in [1..50]]; // Vincenzo Librandi, Feb 20 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, mbaake(AT)sunelc3.tphys.physik.uni-tuebingen.de (Michael Baake)
STATUS
approved