login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A277720 Numbers n > 2 such that lambda(n)^2 divides n-1, where lambda(n) = A002322(n). 0

%I #20 Apr 23 2017 22:36:13

%S 2320690177,17069520863233,42182344790209,65465530560001,

%T 3432376805760001,13322002122777601,20388795375960001,

%U 129009714848870401,580007888606160001,1096591987029196801,3029756968906340401,5806765663003468801,6213994663149504001,6367205158826803201,7802569551798000001,10319507991273499201

%N Numbers n > 2 such that lambda(n)^2 divides n-1, where lambda(n) = A002322(n).

%C Squarefree numbers n > 2 such that (p-1)^2 | n-1 for every prime p|n.

%C For the first five terms, lambda(n)^2 | phi(n). - _Thomas Ordowski_, Apr 11 2017

%o (PARI) isok(n) = (n % lcm(znstar(n)[2])^2) == 1; \\ _Michel Marcus_, Apr 22 2017

%Y Subsequence of A002997 and of A277389.

%Y Cf. A002322.

%K nonn

%O 1,1

%A _Thomas Ordowski_ and _Charles R Greathouse IV_, Oct 28 2016

%E a(7)-a(16) from _Max Alekseyev_, Apr 23 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 06:23 EDT 2024. Contains 371799 sequences. (Running on oeis4.)