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.

A217514 Partial sums of nonzero terms in A005927.

This page as a plain text file.
%I A217514 #9 Feb 17 2013 03:45:01
%S A217514 4,10,22,30,42,66,82,106,136,148,172,196,220,256,268,316,344,368,404,
%T A217514 452,476,512,542,578,610,634,706,730,790,838,874,922,950,974,1022,
%U A217514 1034,1130,1190,1214,1274,1346,1370,1418,1472,1520,1568,1604,1676,1724,1784
%N A217514 Partial sums of nonzero terms in A005927.
%C A217514 Sizes of clusters of atoms in diamond structure.
%D A217514 N. J. A. Sloane, Theta-Series and Magic Numbers for Diamond and Certain Ionic Crystal Structures, J. Math. Phys., 28 (1987), pp. 1653-1657.
%o A217514 (PARI) lista(m) = {s = 0; for (n=0, m, v = A005927(n); if (v != 0, s += v; print1(s, ", ");););} \\ _Michel Marcus_, Feb 17 2013
%Y A217514 Cf. A005925-A005927, A217512-A217514.
%K A217514 nonn
%O A217514 0,1
%A A217514 _N. J. A. Sloane_, Oct 05 2012
%E A217514 More terms from _Michel Marcus_, Feb 17 2013