login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038993 Number of sublattices of index n in generic 6-dimensional lattice. 12

%I #29 May 08 2023 21:50:14

%S 1,63,364,2667,3906,22932,19608,97155,99463,246078,177156,970788,

%T 402234,1235304,1421784,3309747,1508598,6266169,2613660,10417302,

%U 7137312,11160828,6728904,35364420,12714681,25340742,25095280,52294536,21243690,89572392,29583456

%N Number of sublattices of index n in generic 6-dimensional lattice.

%D Michael Baake, "Solution of the coincidence problem in dimensions d <= 4", in R. V. Moody, ed., Math. of Long-Range Aperiodic Order, Kluwer 1997, pp. 9-44.

%H Amiram Eldar, <a href="/A038993/b038993.txt">Table of n, a(n) for n = 1..10000</a>

%H M. Baake and N. Neumarker, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL12/Baake/baake7.html">A Note on the Relation Between Fixed Point and Orbit Count Sequences</a>, JIS 12 (2009) 09.4.4, Section 3.

%H <a href="/index/Su#sublatts">Index entries for sequences related to sublattices</a>.

%F f(Q, n) = Sum_{d|n} d*f(Q-1, d); here Q=6.

%F Multiplicative with a(p^e) = product (p^(e+k)-1)/(p^k-1), k=1..5.

%F Dirichlet g.f.: zeta(s)*zeta(s-1)*zeta(s-2)*zeta(s-3)*zeta(s-4)*zeta(s-5). Dirichlet convolution of A038992 with A000584. - R. J. Mathar, Mar 31 2011

%F Sum_{k=1..n} a(k) ~ c * n^6, where c = Pi^12*zeta(3)*zeta(5)/3061800 = 0.376266... . - _Amiram Eldar_, Oct 19 2022

%t f[p_, e_] := Product[(p^(e + k) - 1)/(p^k - 1), {k, 1, 5}]; a[1] = 1; a[n_] := Times @@ (f @@@ FactorInteger[n]); Array[a, 100] (* _Amiram Eldar_, Aug 29 2019 *)

%Y Column 6 of A160870.

%Y Cf. A001001, A038991, A038992, A038994, A038995, A038996, A038997, A038998, A038999.

%K nonn,mult

%O 1,2

%A _N. J. A. Sloane_

%E Offset changed from 0 to 1 by _R. J. Mathar_, Mar 31 2011

%E More terms from _Amiram Eldar_, Aug 29 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)