A117216
Number of points in the standard root system version of the D_4 lattice having L_infinity norm n.
Original entry on oeis.org
1, 40, 272, 888, 2080, 4040, 6960, 11032, 16448, 23400, 32080, 42680, 55392, 70408, 87920, 108120, 131200, 157352, 186768, 219640, 256160, 296520, 340912, 389528, 442560, 500200, 562640, 630072, 702688, 780680, 864240, 953560, 1048832, 1150248, 1258000, 1372280
Offset: 0
- J. H. Conway and N. J. A. Sloane, Sphere Packings, Lattices and Groups, Springer-Verlag, Chap. 4.
-
I:=[1, 40, 272, 888, 2080]; [n le 5 select I[n] else 4*Self(n-1)-6*Self(n-2)+4*Self(n-3)-Self(n-4): n in [1..50]]; // Vincenzo Librandi, Jun 27 2012
-
CoefficientList[Series[(1+36*x+118*x^2+36*x^3+x^4)/(1-x)^4,{x,0,40}],x] (* Vincenzo Librandi, Jun 27 2012 *)
a(2) corrected and sequence extended by
R. J. Mathar, Feb 03 2010, Feb 13 2010
Original entry on oeis.org
1, 120, 1442, 6840, 21122, 51000, 105122, 194040, 330242, 528120, 804002, 1176120, 1664642, 2291640, 3081122, 4059000, 5253122, 6693240, 8411042, 10440120, 12816002, 15576120, 18759842, 22408440, 26565122, 31275000, 36585122
Offset: 0
-
I:=[1, 120, 1442, 6840, 21122, 51000, 105122]; [n le 7 select I[n] else 4*Self(n-1) - 5*Self(n-2) + 5*Self(n-4) - 4*Self(n-5) + Self(n-6): n in [1..40]]; // Vincenzo Librandi, Dec 19 2012
-
CoefficientList[Series[(116*x + 967*x^2 + 1672*x^3 + 967*x^4 + 116*x^5 + x^6+1)/((1 + x)*(1 - x)^5), {x, 0, 40}], x] (* Vincenzo Librandi, Dec 19 2012 *)
LinearRecurrence[{4,-5,0,5,-4,1},{1,120,1442,6840,21122,51000,105122},30] (* Harvey P. Dale, Sep 12 2023 *)
Original entry on oeis.org
1, 364, 7448, 51012, 206896, 620060, 1527624, 3281908, 6373472, 11454156, 19360120, 31134884, 48052368, 71639932, 103701416, 146340180, 201982144, 273398828, 363730392, 476508676, 615680240, 785629404, 991201288, 1237724852
Offset: 0
-
I:=[1,364,7448,51012,206896,620060,1527624]; [n le 7 select I[n] else 6*Self(n-1)-15*Self(n-2)+20*Self(n-3)-15*Self(n-4)+6*Self(n-5)-Self(n-6): n in [1..40]]; // Vincenzo Librandi, Dec 20 2012
-
CoefficientList[Series[(358 x + 5279 x^2 + 11764 x^3 + 5279 x^4 + 358 x^5 + 1+x^6)/(x - 1)^6, {x, 0, 40}], x] (* Vincenzo Librandi, Dec 20 2012 *)
A175109
a(n) = ((2*n+1)^3+(-1)^n)/2.
Original entry on oeis.org
1, 13, 63, 171, 365, 665, 1099, 1687, 2457, 3429, 4631, 6083, 7813, 9841, 12195, 14895, 17969, 21437, 25327, 29659, 34461, 39753, 45563, 51911, 58825, 66325, 74439, 83187, 92597, 102689, 113491, 125023, 137313, 150381, 164255, 178955
Offset: 0
-
I:=[1, 13, 63, 171, 365]; [n le 5 select I[n] else 3*Self(n-1) - 2*Self(n-2) - 2*Self(n-3) + 3*Self(n-4) - Self(n-5): n in [1..40]]; // Vincenzo Librandi, Dec 19 2012
-
A175109:=n->((2*n+1)^3+(-1)^n)/2: seq(A175109(n), n=0..50); # Wesley Ivan Hurt, Apr 18 2017
-
CoefficientList[Series[(x^2 + 4*x + 1)*(x^2 + 6*x + 1)/((1 + x)*(x - 1)^4), {x, 0, 40}], x] (* Vincenzo Librandi, Dec 19 2012 *)
A175197
Array A(k,n) of the number of points of the A_k lattice with maximum infinity norm n, read by antidiagonals.
Original entry on oeis.org
1, 1, 0, 1, 2, 0, 1, 6, 2, 0, 1, 18, 12, 2, 0, 1, 50, 66, 18, 2, 0, 1, 140, 330, 146, 24, 2, 0, 1, 392, 1610, 1070, 258, 30, 2, 0, 1, 1106, 7742, 7580, 2500, 402, 36, 2, 0, 1, 3138, 37058, 52556, 23330, 4850, 578, 42, 2, 0, 1, 8952, 177186, 360402, 212436, 56252, 8350, 786
Offset: 0
A(k,n) starts in row k=0, column n=0 as:
1,....0,......0,.......0,........0,........0,.........0,.........0,.........0
1,....2,......2,.......2,........2,........2,.........2,.........2,.........2
1,....6,.....12,......18,.......24,.......30,........36,........42,........48
1,...18,.....66,.....146,......258,......402,.......578,.......786,......1026
1,...50,....330,....1070,.....2500,.....4850,......8350,.....13230,.....19720
1,..140,...1610,....7580,....23330,....56252,....115850,....213740,....363650
1,..392,...7742,...52556,...212436,...635628,...1564570,...3359440,...6521704
1,.1106,..37058,..360402,..1907458,..7071442,..20784834,..51910994,.114945026
1,.3138,.177186,.2455938,.16973970,.77854566,.273022686,.792717990,2001382932
Showing 1-5 of 5 results.
Comments