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!)
A004618 Divisible only by primes congruent to 4 mod 5. 4

%I #11 Oct 26 2023 00:42:11

%S 1,19,29,59,79,89,109,139,149,179,199,229,239,269,349,359,361,379,389,

%T 409,419,439,449,479,499,509,551,569,599,619,659,709,719,739,769,809,

%U 829,839,841,859,919,929,1009,1019

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

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

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

%o (Magma) [n: n in [1..1100] | forall{d: d in PrimeDivisors(n) | d mod 5 eq 4}]; // _Vincenzo Librandi_, Aug 20 2012

%K nonn,easy

%O 1,2

%A _N. J. A. Sloane_

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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)