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!)
A051267 Numbers n such that maximal value of prime divisors of reduced residue system for n is 3. 5

%I #11 Aug 17 2017 22:39:06

%S 31,37,41,43,47,49,53,55,59,61,65,67,71,73,77,79,81,83,85,87,89,91,93,

%T 95,97,99,101,103,106,107,109,111,113,115,116,117,118,119,121,122,123,

%U 124,125,127,128,129,131,133,134,136,137,139,141,142,143,145,146,147

%N Numbers n such that maximal value of prime divisors of reduced residue system for n is 3.

%C Largest value of A001221(k) = 3 for 1 <= k <= n such that gcd(k, n) = 1, i.e., k in row n of A038566. - _Michael De Vlieger_, Aug 10 2017

%H Michael De Vlieger, <a href="/A051267/b051267.txt">Table of n, a(n) for n = 1..2446</a>

%t Block[{n = 3, P}, P = Product[Prime@ i, {i, n}]; P + Position[#, n][[All, 1]] &@ Array[Max@ Map[PrimeNu, Cases[Range@ #, k_ /; CoprimeQ[#, k]]] &, 117, P + 1]] (* _Michael De Vlieger_, Aug 10 2017 *)

%Y Cf. A001221, A002110, A038566, A048597, A051250, A051265, A051266, A051268.

%K nonn

%O 1,1

%A _Labos Elemer_

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 May 3 02:34 EDT 2024. Contains 372203 sequences. (Running on oeis4.)