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!)
A066497 Least number k such that phi(k) / Carmichael lambda(k) = 2n. 1
8, 24, 63, 80, 275, 252, 1247, 240, 513, 825, 1541, 455, 4187, 3277, 1891, 1040, 14111, 819, 43739, 2200, 2107, 4623, 6533, 1365, 15251, 8321, 8829, 6235, 13747, 2387, 116003, 2720, 13333, 42333, 14981, 3276, 33227, 131217, 12403, 4400, 61337 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Except when Phi(n) = Lambda(n), the value Phi(n)/Lambda(n) must be even.
LINKS
MATHEMATICA
nn = 75; a = Table[0, {nn}]; found = 0; k = 0; While[found < nn, k++; b = EulerPhi[k]/CarmichaelLambda[k]; If[IntegerQ[b/2] && b/2 <= nn && a[[b/2]] == 0, a[[b/2]] = k; found++]]; a
CROSSREFS
Sequence in context: A049724 A060602 A066605 * A205963 A208895 A111071
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jan 13 2002
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)