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!)
A064977 n*10^3-1, n*10^3-3, n*10^3-7 and n*10^3-9 are all prime. 2
248, 302, 1094, 5462, 6716, 7274, 7478, 9542, 10193, 13217, 16199, 18560, 20714, 22205, 28856, 29843, 31949, 34457, 35387, 36767, 36977, 36983, 40958, 41393, 45167, 45347, 47273, 47468, 47567, 57101, 57515, 57773, 62156, 64331, 66704 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[40000], PrimeQ[10^3# - 1] && PrimeQ[10^3# - 3] && PrimeQ[10^3# - 7] && PrimeQ[10^3# - 9] &]
Select[Range[70000], AllTrue[# 10^3-{1, 3, 7, 9}, PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Aug 01 2017 *)
CROSSREFS
Sequence in context: A223546 A187398 A065146 * A068400 A240967 A230856
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Oct 30 2001
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 July 14 08:54 EDT 2024. Contains 374318 sequences. (Running on oeis4.)