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

 


Divisible only by primes congruent to 3 mod 5.
4

%I #19 Oct 26 2023 00:41:55

%S 1,3,9,13,23,27,39,43,53,69,73,81,83,103,113,117,129,159,163,169,173,

%T 193,207,219,223,233,243,249,263,283,293,299,309,313,339,351,353,373,

%U 383,387,433,443,463,477,489,503

%N Divisible only by primes congruent to 3 mod 5.

%H Vincenzo Librandi, <a href="/A004617/b004617.txt">Table of n, a(n) for n = 1..1000</a>

%t ok[1] = True; ok[n_] := And@@ (Mod[#, 5] == 3&)/@ FactorInteger[n][[All,1]]; Select[Range[2000],ok] (* _Vincenzo Librandi_, Aug 11 2012 *)

%o (Magma) [n: n in [1..510] | forall{d: d in PrimeDivisors(n) | d mod 5 eq 3}]; // _Bruno Berselli_, Aug 11 2012

%K nonn

%O 1,2

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 15:37 EDT 2024. Contains 376073 sequences. (Running on oeis4.)