The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A344029 Numbers included in A343983 but not in A074583. 0
72, 2025, 78447, 5922181, 84238825, 1141011175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
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.
PROG
(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]);
CROSSREFS
Sequence in context: A268749 A008659 A263974 * A187303 A268994 A347566
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, May 07 2021
EXTENSIONS
a(6) from Seiichi Manyama, Aug 01 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 03:29 EDT 2024. Contains 373089 sequences. (Running on oeis4.)