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.

A225425 Number of "abc-hits" with c < 10^n.

Original entry on oeis.org

1, 6, 31, 120, 418, 1268, 3499, 8987, 22316, 51677, 116978, 252856, 528275, 1075319, 2131671, 4119410, 7801334, 14482065
Offset: 1

Views

Author

T. D. Noe, May 22 2013

Keywords

Comments

Let rad(x) be the function that computes the squarefree kernel of x (see A007947). A triple {a,b,c} of positive integers with a+b=c, gcd(a,b)=1 and c > rad(a*b*c) is called an abc-hit.
The first 6 terms were computed using A130510. More terms were found on the Wikipedia page.

Examples

			The only solution under 10 is 1 + 8 = 9.
		

Crossrefs

Cf. A130510, A130511, A130512 (c, a, and rad(a*b*c)).
Cf. A225426 (a,b,c in one sequence).