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!)
A004628 Divisible only by primes congruent to 7 mod 8. 1
1, 7, 23, 31, 47, 49, 71, 79, 103, 127, 151, 161, 167, 191, 199, 217, 223, 239, 263, 271, 311, 329, 343, 359, 367, 383, 431, 439, 463, 479, 487, 497, 503, 529, 553, 599, 607, 631, 647, 713, 719, 721, 727, 743 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
ok[1]=True; ok[n_]:=And@@(Mod[#, 8]==7&)/@FactorInteger[n][[All, 1]]; Select[Range[3000], ok] (* Vincenzo Librandi, Aug 20 2012 *)
PROG
(Magma) [n: n in [1..1000] | forall{d: d in PrimeDivisors(n) | d mod 8 eq 7}]; // Vincenzo Librandi, Aug 20 2012
CROSSREFS
Sequence in context: A225185 A091531 A036259 * A089199 A263874 A014663
KEYWORD
nonn
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 April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)