login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062374 Euler phi(n) / Carmichael lambda(n) = 4. 2
24, 40, 48, 56, 60, 65, 72, 84, 85, 88, 96, 104, 105, 112, 130, 132, 136, 140, 144, 145, 152, 156, 165, 170, 176, 180, 184, 185, 192, 200, 204, 205, 210, 216, 220, 221, 224, 228, 231, 232, 248, 265, 276, 285, 288, 290, 296, 300, 304, 305, 308, 325, 328, 330 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Solutions to A000010(n)/A002322(n)=4.

MATHEMATICA

Select[Range[400], EulerPhi[#]/CarmichaelLambda[#]==4&] (* From Harvey P. Dale, May 23 2011 *)

PROG

(PARI) {cmf(f)=if( ((f[1]==2)&&(f[2]>2)), eulerphi(f[1]^f[2])/2, eulerphi(f[1]^f[2])) } {cl(f)= k=factor(f); l=1; for(x=1, omega(f), l=lcm(l, cmf([k[x, 1], k[x, 2]]))); l } {A062374(n)=eulerphi(n)/cl(n)} for(x=1, 10001, if(A062374(x)==4, print1(x, ", ")))

CROSSREFS

Cf. A000010, A002322, A034380, A033948, A033948, A062373-A062377.

Sequence in context: A164534 A047982 A095158 * A048104 A065127 A065036

Adjacent sequences:  A062371 A062372 A062373 * A062375 A062376 A062377

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Jun 17 2001

EXTENSIONS

More terms from Randall L. Rathbun, Jan 12 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.