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!)
A008655 Theta series of direct sum of 4 copies of hexagonal lattice. 7

%I #23 Feb 22 2021 10:04:45

%S 1,24,216,888,1752,3024,7992,8256,14040,24216,27216,31968,64824,52752,

%T 74304,111888,112344,117936,217944,164640,220752,305472,287712,292032,

%U 519480,378024,474768,654072

%N Theta series of direct sum of 4 copies of hexagonal lattice.

%C The hexagonal lattice is the familiar 2-dimensional lattice in which each point has 6 neighbors. This is sometimes called the triangular lattice.

%C Convolution of A008654 and A004016. Convolution square of A008653. - _R. J. Mathar_, Feb 22 2021

%D J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 110.

%H Seiichi Manyama, <a href="/A008655/b008655.txt">Table of n, a(n) for n = 0..10000</a> (terms 0..1000 from G. C. Greubel)

%H J. McKay and A. Sebbar, <a href="http://dx.doi.org/10.1007/s002080000116">Fuchsian groups, automorphic functions and Schwarzians</a>, Math. Ann., 318 (2000), 255-275.

%H G. Nebe and N. J. A. Sloane, <a href="http://www.math.rwth-aachen.de/~Gabriele.Nebe/LATTICES/A2.html">Home page for hexagonal (or triangular) lattice A2</a>

%F Expansion of (theta_3(z)*theta_3(3z) + theta_2(z)*theta_2(3z))^4.

%p A008655 := proc(n)

%p add( A004016(i)*x^i,i=0..n) ;

%p coeftayl(%^4,x=0,n) ;

%p end proc: # _R. J. Mathar_, Feb 22 2021

%t terms = 28; s = (EllipticTheta[3, 0, q]^3 + EllipticTheta[3, Pi/3, q]^3 + EllipticTheta[3, 2 Pi/3, q]^3)^4/(81*EllipticTheta[3, 0, q^3]^4) + O[q]^(2 terms); CoefficientList[s, q^2][[1 ;; terms]] (* _Jean-François Alcover_, Jul 07 2017, from LatticeData(A2) *)

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_

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 23 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)