cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A066696 Numbers k such that Euler phi(k) / Carmichael lambda(k) = 14.

Original entry on oeis.org

1247, 1421, 2059, 2494, 2842, 3053, 3479, 3683, 4118, 4859, 5537, 6106, 6119, 6931, 6958, 7366, 8023, 8471, 9017, 9653, 9718, 9947, 10277, 10991, 11074, 11711, 12083, 12238, 13427, 13769, 13862, 13987, 14239, 14351, 15863, 16046, 16942
Offset: 1

Views

Author

Randall L Rathbun, Jan 12 2002

Keywords

Crossrefs

Programs

  • PARI
    {cmf(f)=if( ((f[1]==2)&&(f[2]>2)),eulerphi(f[1]^f[2])/2, eulerphi(f[1]^f[2])) }
    {cl(f)= my(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,",")))
    
  • PARI
    isok(k) = eulerphi(k)/lcm(znstar(k)[2]) == 14; \\ Michel Marcus, May 25 2022

Extensions

Terms joined (twice) by Georg Fischer, Jul 08 2022