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!)
A238575 k-Lehmer numbers with two prime factors. 3
15, 51, 85, 91, 133, 247, 259, 451, 481, 511, 679, 703, 763, 771, 949, 1111, 1141, 1261, 1285, 1351, 1387, 1417, 1843, 1891, 2047, 2071, 2119, 2509, 2701, 2761, 3031, 3097, 3277, 3409, 3589, 3667, 4033, 4039, 4141, 4369, 4411, 4681, 5383, 5461, 5611, 5629 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first terms which are == 0 (mod 3) are 15, 51, 771, 196611, which are equal to 3*(5, 17, 257, 65537) = 3*(2^2+1, 2^4+1, 2^8+1, 2^16+1), i.e., 3 times the Fermat primes > 3. No other exceptions below 10^9. - Giovanni Resta
LINKS
MATHEMATICA
rad[n_] := Times @@ Transpose[FactorInteger[n]][[1]]; Select[1 + \
Range[10000], Length[FactorInteger[#]] == 2 && Mod[# - 1,
rad[EulerPhi[#]]] == 0 &]
CROSSREFS
Sequence in context: A227129 A238574 A333314 * A020144 A339880 A235040
KEYWORD
nonn
AUTHOR
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)