login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A005882 Theta series of planar hexagonal lattice (A2) with respect to deep hole.
(Formerly M2281)
9
3, 3, 6, 0, 6, 3, 6, 0, 3, 6, 6, 0, 6, 0, 6, 0, 9, 6, 0, 0, 6, 3, 6, 0, 6, 6, 6, 0, 0, 0, 12, 0, 6, 3, 6, 0, 6, 6, 0, 0, 3, 6, 6, 0, 12, 0, 6, 0, 0, 6, 6, 0, 6, 0, 6, 0, 9, 6, 6, 0, 6, 0, 0, 0, 6, 9, 6, 0, 0, 6, 6, 0, 12, 0, 6, 0, 6, 0, 0, 0, 6, 6, 12, 0, 0, 3, 12, 0, 0, 6, 6, 0, 6, 0, 6, 0, 3, 6, 0, 0, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

COMMENTS

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

REFERENCES

J. M. Borwein and P. B. Borwein, A cubic counterpart of Jacobi's identity and the AGM, Trans. Amer. Math. Soc., 323 (1991), no. 2, 691-701. MR1010408 (91e:33012) see page 695.

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

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

N. J. A. Sloane and B. K. Teo, Theta series and magic numbers for close-packed spherical clusters, J. Chem. Phys. 83 (1985) 6520-6534.

LINKS

T. D. Noe, Table of n, a(n) for n=0..1000

G. Nebe and N. J. A. Sloane, Home page for hexagonal (or triangular) lattice A2

FORMULA

Expansion of 3eta(q^3)^3/(eta(q)q^(1/3)) in powers of q.

Expansion of q^(-1/3)c(q) in powers of q where c(q) is the third cubic AGM analog function.

Given g.f. A(x), then B(x)=x*A(x^3) satisfies 0=f(B(x), B(x^2), B(x^4)) where f(u, v, w)=v^3+2*u*w^2-u^2*w - Michael Somos Aug 15 2006

G.f.: 3 Product_{k>0} (1-q^(3k))^3/(1-q^k).

EXAMPLE

3*q^(1/3)+3*q^(4/3)+6*q^(7/3)+6*q^(13/3)+3*q^(16/3)+O(q^(19/3))+...

PROG

(PARI) {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( 3*eta(x^3+A)^3/eta(x+A), n))} /* Michael Somos Aug 15 2006 */

CROSSREFS

Essentially same as A033685 and A033687.

a(n)=3 A033687(n). a(n)=A113062(3n+1)=A033685(3n+1).

Sequence in context: A093310 A170919 A132809 * A189915 A085572 A205548

Adjacent sequences:  A005879 A005880 A005881 * A005883 A005884 A005885

KEYWORD

nonn

AUTHOR

N. J. A. Sloane.

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 08:10 EDT 2013. Contains 225478 sequences.