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.

A344702 Positions k where A344695(k) is not multiplicative.

Original entry on oeis.org

108, 196, 200, 216, 288, 432, 441, 500, 540, 588, 600, 675, 676, 756, 784, 800, 864, 882, 980, 1000, 1080, 1125, 1188, 1225, 1323, 1350, 1372, 1400, 1404, 1440, 1444, 1500, 1512, 1521, 1568, 1728, 1764, 1800, 1836, 2000, 2016, 2028, 2052, 2156, 2160, 2200, 2205, 2250, 2352, 2376, 2400, 2450, 2484, 2548, 2592, 2600
Offset: 1

Views

Author

Antti Karttunen, May 27 2021

Keywords

Comments

Numbers k with a factorization into coprime x and k/x with A344695(x) * A344695(k/x) <> A344695(k). - Peter Munn, Jun 04 2021

Examples

			For 108 = 4*27, A344695(108) = 8, although A344695(4) = 1 and A344695(27) = 4, and 1*4 != 8, therefore 108 is included in this sequence.
For 441 = 9*49, A344695(441) = 3, although A344695(9) = 1 and A344695(49) = 1, and 1*1 != 3, therefore 441 is included in this sequence.
		

Crossrefs

Subsequence of A013929 and of A024619.

Programs