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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066696 Euler phi(n) / Carmichael lambda(n) = 14. 0
1247, 1421, 2059, 2494, 2842, 3053, 3479, 3683, 4118, 4859, 5537, 6106, 6119, 6, 931, 6958, 7366, 8023, 8471, 9017, 9653, 9718, 9947, 10277, 10991, 11074, 11711, 12083, 1223, 8, 13427, 13769, 13862, 13987, 14239, 14351, 15863, 16046, 16942 (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 } {A062377(n)=eulerphi(n)/cl(n)} for(x=1, 30001, if(A062377(x)==14, print1(x, ", ")))

CROSSREFS

Continuation of A062373-A062377

Cf. A062373-A062377.

Sequence in context: A181073 A023065 A190413 * A195006 A114528 A069146

Adjacent sequences:  A066693 A066694 A066695 * A066697 A066698 A066699

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 14 20:38 EST 2012. Contains 205663 sequences.