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.

A175363 Partial sums of A175362.

Original entry on oeis.org

1, 5, 9, 9, 9, 9, 9, 9, 13, 21, 21, 21, 21, 21, 21, 21, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 29, 37, 37, 37, 37, 37, 37, 37, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 53, 61, 61, 61, 61, 61, 61, 61
Offset: 0

Views

Author

R. J. Mathar, Apr 24 2010

Keywords

Comments

Number of integer pairs (x,y) satisfying |x|^3+|y|^3 <= n, any -n <= x,y <=n. Cubic variant of A057655.

Examples

			a(1) = 5 counts (x,y) = (-1,0), (0,-1), (0,0), (0,1) and (1,0).