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!)
A231572 Composite numbers n such that lambda(n) divides 5n-5, where lambda is the Carmichael lambda function (A002322). 4

%I #16 Aug 29 2018 12:11:57

%S 25,33,165,217,325,385,561,793,825,1025,1045,1065,1105,1353,1525,1705,

%T 1729,2465,2665,2821,3565,4123,4681,5005,5185,5425,6601,6697,8029,

%U 8569,8911,9073,10585,11005,12025,12505,12801,13237,13741,14707,14725,14905,15457

%N Composite numbers n such that lambda(n) divides 5n-5, where lambda is the Carmichael lambda function (A002322).

%C Contains the Carmichael numbers (A002997).

%C Conjecture: the relative asymptotic density of the Carmichael numbers in this sequence exists, is positive and smaller than 1.

%H Charles R Greathouse IV, <a href="/A231572/b231572.txt">Table of n, a(n) for n = 1..10000</a>

%H J. M. Grau and Antonio Oller-Marcén, <a href="https://arxiv.org/abs/1103.3483">Generalizing Giuga's conjecture</a>, arXiv:1103.3483 [math.NT], 2011.

%t Select [1 + Range[100000], ! PrimeQ[#] && IntegerQ[5 (# -1)/ CarmichaelLambda[#]] &]

%o (PARI) is(n)=!isprime(n) && (5*n-5)%lcm(znstar(n)[2])==0 && n>1 \\ _Charles R Greathouse IV_, Nov 13 2013

%Y Cf. A231569-A231575, A002322.

%K nonn

%O 1,1

%A _José María Grau Ribas_, Nov 11 2013

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 19 07:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)