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.

A267309 Number of discrete vectors with integral components and integral length <= n in a 3-dimensional vectorspace (Partial sums of A016725).

Original entry on oeis.org

6, 12, 42, 48, 78, 108, 162, 168, 270, 300, 378, 408, 486, 540, 690, 696, 798, 900, 1026, 1056, 1326, 1404, 1554, 1584, 1734, 1812, 2130, 2184, 2358, 2508, 2706, 2712, 3102, 3204, 3474, 3576, 3798, 3924, 4314, 4344, 4590, 4860, 5130, 5208, 5718
Offset: 1

Views

Author

Christopher Heiling, Jan 19 2016

Keywords

Comments

This sequence is Z_3(n), where Z_D(n) counts all vectors with integral components and length in a D-dimensional vectorpace within a certain radius. This sequence represents partial sums of A016725.

Examples

			For n = 2 the a(n)= 12 integral solutions of x^2 + y^2 + z^2 <= 2^2 are: {x,y,z} = {{0,0,1}; {0,1,0}; {1,0,0}; {0,0,-1}; {0,-1,0}; {-1,0,0}; {0,0,2}; {0,2,0}; {2,0,0}; {0,0,-2}; {0,-2,0}; {-2,0,0}}.
		

Crossrefs

Formula

a(n) = Sum_{k=1..n} A005875(k^2).
a(n) = Sum_{k=1..n} A016725(k).