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.

A063716 Number of solutions (r,u,s,t), s>=t, in positive integers to the system of equations 1/r+1/u=1/n, 1/s+1/t=1/u.

Original entry on oeis.org

2, 10, 16, 27, 24, 60, 20, 61, 57, 84, 36, 167, 24, 108, 144, 100, 36, 191, 36, 251, 162, 96, 48, 351, 73, 122, 149, 255, 60, 468, 28, 184, 170, 134, 284, 496, 24, 144, 234, 485, 60, 526, 36, 339, 415, 114, 60, 616, 83, 303, 210, 285, 48, 493, 294, 585, 210, 144, 96
Offset: 1

Views

Author

Vladeta Jovovic, Aug 10 2001

Keywords

Examples

			For n=2 we have 10 solutions (r,u,s,t), s>=t: (3,6,12,12), (3,6,15,10), (3,6,18,9), (3,6,24,8), (3,6,42,7), (4,4,8,8), (4,4,12,6), (4,4,20,5), (6,3,6,6), (6,3,12,4).
		

Crossrefs

Formula

a(n) = (tau(n^2) + Sum_{d|n^2} tau((n+d)^2))/2 = (A048691(n)+A063715(n))/2.