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-2 of 2 results.

A175364 A175363(n^2).

Original entry on oeis.org

1, 5, 9, 21, 25, 25, 45, 45, 53, 69, 77, 77, 101, 109, 117, 137, 149, 157, 157, 185, 193, 205, 213, 233, 257, 257, 265, 281, 305, 313, 329, 337, 361, 385, 393, 401, 409, 445, 453, 473, 481, 489, 525, 541, 549, 561, 577, 597, 621, 637, 653, 661, 665, 717, 725
Offset: 0

Views

Author

R. J. Mathar, Apr 24 2010

Keywords

Comments

Number of integer pairs (x,y) satisfying |x|^3+|y|^3 <= n^2, any -n <= x,y <=n. A variant of A000328 where the norm is substituted by sums-of-cubes of Cartesian coordinates in the square lattice.

A175373 Partial sums of A175372.

Original entry on oeis.org

1, 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 13, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25
Offset: 0

Views

Author

R. J. Mathar, Apr 24 2010

Keywords

Comments

Number of integer pairs (x,y) satisfying x^4+y^4 <= n, any -n <= x,y <=n.

Examples

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

Crossrefs

Showing 1-2 of 2 results.