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!)
A004620 Divisible only by primes congruent to 2 mod 7. 1
1, 2, 4, 8, 16, 23, 32, 37, 46, 64, 74, 79, 92, 107, 128, 148, 149, 158, 163, 184, 191, 214, 233, 256, 296, 298, 316, 317, 326, 331, 359, 368, 373, 382, 401, 428, 443, 457, 466, 499, 512, 529, 541, 569, 592, 596 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
ok[1]=True; ok[n_]:=And@@(Mod[#, 7]==2&)/@FactorInteger[n][[All, 1]]; Select[Range[6000], ok] (* Vincenzo Librandi, Aug 20 2012 *)
PROG
(Magma) [n: n in [1..1000] | forall{d: d in PrimeDivisors(n) | d mod 7 eq 2}]; // Vincenzo Librandi, Aug 20 2012
CROSSREFS
Sequence in context: A004207 A219675 A062729 * A018618 A294364 A108566
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Aug 20 2012
STATUS
approved

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 5 17:32 EDT 2024. Contains 372277 sequences. (Running on oeis4.)