cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A038997 Number of sublattices of index n in generic 10-dimensional lattice.

This page as a plain text file.
%I A038997 #26 May 08 2023 21:49:59
%S A038997 1,1023,29524,698027,2441406,30203052,47079208,408345795,653757313,
%T A038997 2497558338,2593742460,20608549148,11488207654,48162029784,
%U A038997 72080070744,222984027123,125999618778,668793731199,340614792100,1704167305962,1389966536992,2653398536580,1883023236984
%N A038997 Number of sublattices of index n in generic 10-dimensional lattice.
%D A038997 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 A038997 Amiram Eldar, <a href="/A038997/b038997.txt">Table of n, a(n) for n = 1..10000</a>
%H A038997 <a href="/index/Su#sublatts">Index entries for sequences related to sublattices</a>.
%F A038997 f(Q, n) = Sum_{d|n} d*f(Q-1, d); here Q=10.
%F A038997 Multiplicative with a(p^e) = Product_{k=1..9} (p^(e+k)-1)/(p^k-1).
%F A038997 Dirichlet g.f.: Product_{k=0..Q-1} zeta(s-k). - _R. J. Mathar_, Apr 01 2011
%F A038997 Sum_{k=1..n} a(k) ~ c * n^10, where c = Pi^30*zeta(3)*zeta(5)*zeta(7)*zeta(9) / 4511535509250000 = 0.229259... . - _Amiram Eldar_, Oct 19 2022
%t A038997 f[p_, e_] := Product[(p^(e + k) - 1)/(p^k - 1), {k, 1, 9}]; a[1] = 1; a[n_] := Times @@ (f @@@ FactorInteger[n]); Array[a, 100] (* _Amiram Eldar_, Aug 29 2019 *)
%Y A038997 Column 10 of A160870.
%Y A038997 Cf. A001001, A038991, A038992, A038993, A038994, A038995, A038996, A038998, A038999.
%K A038997 nonn,mult
%O A038997 1,2
%A A038997 _N. J. A. Sloane_
%E A038997 Offset set to 1 by _R. J. Mathar_, Apr 01 2011
%E A038997 More terms from _Amiram Eldar_, Aug 29 2019