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.

Showing 1-3 of 3 results.

A005925 Theta series of diamond.

Original entry on oeis.org

1, 0, 0, 4, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 0, 0, 6, 0, 0, 12, 0, 0, 0, 0, 24, 0, 0, 16, 0, 0, 0, 0, 12, 0, 0, 24, 0, 0, 0, 0, 24, 0, 0, 12, 0, 0, 0, 0, 8, 0, 0, 24, 0, 0, 0, 0, 48, 0, 0, 36, 0, 0, 0, 0, 6, 0, 0, 12
Offset: 0

Views

Author

Keywords

Comments

a(n) > 0 iff n is in A047470. - Robert Israel, Jul 06 2016

References

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

Crossrefs

Programs

  • Maple
    S:= series((JacobiTheta2(0,z^4)^3 + JacobiTheta3(0,z^4)^3 + JacobiTheta4(0,z^4)^3)/2, z, 101):
    seq(coeff(S,z,j),j=0..100); # Robert Israel, Jul 06 2016
  • Mathematica
    terms = 68; s = Simplify[Normal[(EllipticTheta[2, 0, z^4]^3 + EllipticTheta[3, 0, z^4]^3 + EllipticTheta[4, 0, z^4]^3)/2 + O[z]^terms], z > 0]; CoefficientList[s, z] (* Jean-François Alcover, Jul 07 2017 *)

Formula

(theta_2^3 + theta_3^3 + theta_4^3) / 2.

A217514 Partial sums of nonzero terms in A005927.

Original entry on oeis.org

4, 10, 22, 30, 42, 66, 82, 106, 136, 148, 172, 196, 220, 256, 268, 316, 344, 368, 404, 452, 476, 512, 542, 578, 610, 634, 706, 730, 790, 838, 874, 922, 950, 974, 1022, 1034, 1130, 1190, 1214, 1274, 1346, 1370, 1418, 1472, 1520, 1568, 1604, 1676, 1724, 1784
Offset: 0

Views

Author

N. J. A. Sloane, Oct 05 2012

Keywords

Comments

Sizes of clusters of atoms in diamond structure.

References

  • N. J. A. Sloane, Theta-Series and Magic Numbers for Diamond and Certain Ionic Crystal Structures, J. Math. Phys., 28 (1987), pp. 1653-1657.

Crossrefs

Programs

  • PARI
    lista(m) = {s = 0; for (n=0, m, v = A005927(n); if (v != 0, s += v; print1(s, ", ");););} \\ Michel Marcus, Feb 17 2013

Extensions

More terms from Michel Marcus, Feb 17 2013

A217513 Partial sums of nonzero terms in A005926.

Original entry on oeis.org

2, 8, 20, 32, 38, 56, 74, 86, 116, 130, 136, 166, 190, 208, 238, 264, 288, 318, 342, 360, 384, 420, 444, 492, 522, 534, 588, 612, 648, 690, 714, 732, 768, 822, 840, 894, 942, 966, 1026, 1050, 1068, 1134, 1190, 1220, 1256, 1280, 1310, 1382, 1418, 1448, 1508
Offset: 0

Views

Author

N. J. A. Sloane, Oct 05 2012

Keywords

Comments

Sizes of clusters of atoms in diamond structure.

Crossrefs

Extensions

More terms from Andy Huchala, May 17 2023
Showing 1-3 of 3 results.