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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066698 Euler phi(n) / Carmichael lambda(n) = 34. 0
14111, 24617, 28222, 29767, 32743, 42059, 45629, 49234, 59534, 60691, 65486, 66641, 69071, 73373, 84118, 88639, 88723, 91258, 97751, 98159, 105877, 121382, 125903, 128027, 129677, 133282, 136001, 138142, 140183, 146507, 146746, 153851 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[ Range[2 10^5], EulerPhi[ # ] == 34CarmichaelLambda[ # ] &]

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 } {A0(n)=eulerphi(n)/cl(n)} for(x=1, 30001, if(A0(x)==34, print1(x, ", ")))

CROSSREFS

Continuation of A062373-A062377

Sequence in context: A031819 A066939 A140708 * A157786 A186834 A035918

Adjacent sequences:  A066695 A066696 A066697 * A066699 A066700 A066701

KEYWORD

nonn

AUTHOR

Randall L.Rathbun, Jan 12 2002

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 13 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 15 11:25 EST 2012. Contains 205777 sequences.