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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066695 Euler phi(n) / Carmichael lambda(n) = 12. 0
252, 273, 315, 364, 399, 468, 481, 532, 546, 630, 651, 665, 684, 693, 741, 756, 777, 793, 798, 855, 868, 903, 945, 949, 962, 988, 1001, 1036, 1071, 1085, 1116, 1204, 1209, 1261, 1281, 1287, 1302, 1330, 1332, 1386, 1395, 1404, 1407, 1417, 1449, 1463 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

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, 10001, if(A0(x)==12, print1(x, ", ")))

CROSSREFS

Continuation of A062373-A062377

Sequence in context: A113899 A045182 A046331 * A104396 A072443 A129623

Adjacent sequences:  A066692 A066693 A066694 * A066696 A066697 A066698

KEYWORD

easy,nonn

AUTHOR

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 10:05 EST 2012. Contains 206009 sequences.