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.

A035810 Coordination sequence for lattice D*_50 (with edges defined by l_1 norm = 1).

Original entry on oeis.org

1, 100, 5000, 166700, 4170000, 83500020, 1394447000, 19980314300, 250799764000, 2802204288900, 28222682700200, 258862555329100, 2180706863326000, 16993705726247700, 123252789641763000, 836413142574501340
Offset: 0

Views

Author

N. J. A. Sloane, J. Serra-Sagrista (jserra(AT)ccd.uab.es)

Keywords

Comments

Differs from A035745 first at a(25), a(26), a(27), etc. - R. J. Mathar, Oct 24 2008

Formula

a(m) = (Sum_{k=0..n} 2^k*binomial(n, k)*binomial(m-1, k-1)) + 2^n*binomial((n+2*m)/2-1, n-1); with n=50.