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!)
A317210 Composite numbers k+1 such that A002322(A027760(k)) = k. 4
21, 45, 49, 81, 85, 91, 93, 111, 117, 121, 133, 141, 145, 165, 175, 177, 201, 205, 209, 213, 217, 221, 231, 235, 247, 253, 261, 265, 273, 289, 291, 301, 309, 319, 325, 333, 357, 361, 365, 369, 381, 391, 411, 415, 441, 445, 451, 453, 465, 469, 477, 481, 493 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, composite numbers n such that LCM( p-1 : prime p|A027642(n-1) ) = n-1. Also, composite numbers n such that LCM( p-1 : p is prime & (p-1)|(n-1) ) = n-1. - Max Alekseyev, Dec 03 2021
Contains all Carmichael numbers except 2628073, 3224065, 23382529, 182356993, 1419339691, ...
LINKS
MATHEMATICA
1 + Select[Range[500], CompositeQ[# + 1] && CarmichaelLambda[ Times @@ Select[1 + Divisors@ #, PrimeQ]] == # &] (* Giovanni Resta, Aug 13 2018 *)
PROG
(PARI) a027760(n) = denominator(sumdiv(n, d, if(isprime(d+1), 1/(d+1))));
a002322(n) = lcm(znstar(n)[2]);
isok(n) = !isprime(n) && (n--) && !frac(a002322(a027760(n))/n); \\ Michel Marcus, Aug 13 2018
CROSSREFS
Sequence in context: A120071 A168519 A003857 * A099468 A063500 A372290
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Giovanni Resta, Aug 13 2018
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 May 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)