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.

A344029 Numbers included in A343983 but not in A074583.

Original entry on oeis.org

72, 2025, 78447, 5922181, 84238825, 1141011175
Offset: 1

Views

Author

Seiichi Manyama, May 07 2021

Keywords

Examples

			If n is in A074583, n can be expressed as n = p^e (p>=e) using the prime p.
On the other hand, the terms of this sequence are factorized as follows.
72 = 2^3 * 3^2.
2025 = 3^4 * 5^2.
78447 = 3 * 79 * 331.
5922181 = 71 * 239 * 349.
84238825 = 5^2 * 11 * 17 * 37 * 487.
		

Crossrefs

Programs

  • PARI
    isok(n) = my(f=factor(n)); sumdiv(n, d, Mod(d, n)^d)==1 && n>1 && !(#f~==1 && f[1, 1]>=f[1, 2]);

Extensions

a(6) from Seiichi Manyama, Aug 01 2023