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!)
A284089 Smallest number k such that gcd(phi(k), k-1) = n * lambda(k). 3
1, 2465, 314821, 15841, 658801, 41041, 21584305, 8830801, 8911, 11205601, 3193414093, 1729, 9653421961, 1193229577, 1232469001, 69331969, 1419339691, 46657, 587034735001, 9439201, 64774081, 67047668161, 100929219805, 7995169, 1894344001, 212027401, 67371265, 3057601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For n > 1, a(n) is a Carmichael number.
a(19) <= 587034735001. - Giovanni Resta, Mar 24 2017
LINKS
MATHEMATICA
m=10; s=Table[0, {m}]; c=0; k=0; While[c<m, k++; If[IntegerQ[n = GCD[EulerPhi[k], k-1]/CarmichaelLambda[k]] && n<=m && s[[n]] == 0, c++; s[[n]]=k]]; s (* Amiram Eldar, Jun 26 2019 *)
CROSSREFS
Sequence in context: A365022 A329240 A182381 * A252113 A102689 A082253
KEYWORD
nonn
AUTHOR
Altug Alkan and Thomas Ordowski, Mar 24 2017
EXTENSIONS
a(7)-a(18) from Giovanni Resta, Mar 24 2017
a(19)-a(28) from Amiram Eldar, Jun 26 2019
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)