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.

A354560 Numbers k such that k, k+1 and k+2 are all divisible by the square of their largest prime factor.

Original entry on oeis.org

1294298, 9841094, 158385500, 1947793550, 5833093013, 11587121710, 20944167840, 22979821310, 24604784814, 267631935500, 290672026412, 956544588350, 987988937343, 2399283556900, 2816075601855, 4174608151758, 4322550249043, 6789218799999, 10617595679778, 16036630184409
Offset: 1

Views

Author

Amiram Eldar, May 30 2022

Keywords

Comments

Numbers k such that P(k)^2 | k, P(k+1)^2 | (k+1), and P(k+2)^2 | (k+2), where P(k) = A006530(k).
The data is from De Koninck and Moineau (2018).

Examples

			1294298 = 2 * 61 * 103^2 is a term since P(1294298) = 103 and 103^2 | 1294298, 1294299 = 3^4 * 19 * 29^2, P(1294299) = 29 and 29^2 | 1294299, 1294300 = 2^2 * 5^2 * 7 * 43^2, P(1294300) = 43 and 43^2 | 1294300.
		

Crossrefs

Subsequence of A070003 and A354558.