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.

A217219 Theta series of planar hexagonal net (honeycomb) with respect to deep hole.

This page as a plain text file.
%I A217219 #25 Oct 13 2022 06:37:21
%S A217219 0,6,0,0,6,0,0,12,0,0,0,0,0,12,0,0,6,0,0,12,0,0,0,0,0,6,0,0,12,0,0,12,
%T A217219 0,0,0,0,0,12,0,0,0,0,0,12,0,0,0,0,0,18,0,0,12,0,0,0,0,0,0,0,0,12,0,0,
%U A217219 6,0,0,12,0,0,0,0,0,12,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,12,0,0,6,0,0,12,0
%N A217219 Theta series of planar hexagonal net (honeycomb) with respect to deep hole.
%H A217219 G. C. Greubel, <a href="/A217219/b217219.txt">Table of n, a(n) for n = 0..2500</a>
%H A217219 N. J. A. Sloane, <a href="http://dx.doi.org/10.1063/1.527472">Theta series and magic numbers for diamond and certain ionic crystal structures</a>, J. Math. Phys. 28 (1987), 1653-1657.
%F A217219 See A033685, A045833.
%F A217219 a(n) = 2*A033685(n) = 6*A045833(n).
%F A217219 Asymptotic mean: Limit_{m->oo} (1/m) * Sum_{k=1..m} a(k) = 4*Pi/(3*sqrt(3)) = 2.418399... (A275486). - _Amiram Eldar_, Oct 13 2022
%t A217219 terms = 105; s = 6 q QPochhammer[q^9]^3/QPochhammer[q^3] + O[q]^(terms+5); CoefficientList[s, q][[1 ;; terms]] (* _Jean-François Alcover_, Jul 06 2017, after _Michael Somos_ *)
%t A217219 CoefficientList[Series[6 q QPochhammer[q^9]^3/QPochhammer[q^3], {q, 0, 100}], q] (* _G. C. Greubel_, Aug 10 2018 *)
%o A217219 (PARI) my(q='q+O('q^100)); concat([0], Vec(6*q*eta(q^9)^3/eta(q^3))) \\ _G. C. Greubel_, Aug 10 2018
%Y A217219 Cf. A033685, A045833, A275486.
%K A217219 nonn
%O A217219 0,2
%A A217219 _N. J. A. Sloane_, Oct 05 2012
%E A217219 Name edited by _Andrey Zabolotskiy_, Jun 21 2022