login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A062375
Euler phi(n) / Carmichael lambda(n) = 6.
7
63, 91, 117, 126, 133, 171, 182, 189, 217, 234, 247, 259, 266, 279, 301, 333, 342, 351, 378, 387, 403, 427, 434, 441, 469, 494, 511, 518, 549, 553, 558, 559, 567, 589, 602, 603, 637, 657, 666, 679, 702, 711, 721, 763, 774, 806, 817, 837, 854, 871, 873, 882
OFFSET
1,1
COMMENTS
Solutions to A000010(n)/A002322(n)=6.
LINKS
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 } {A062375(n)=eulerphi(n)/cl(n)} for(x=1, 10001, if(A062375(x)==6, print1(x, ", ")))
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Jun 17 2001
EXTENSIONS
More terms from Randall L Rathbun, Jan 12 2002
STATUS
approved