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!)
A219998 Prime-free decades such that the previous decade is also prime-free. 2
114, 134, 135, 168, 219, 249, 315, 324, 348, 375, 419, 431, 477, 485, 513, 525, 537, 546, 561, 576, 597, 641, 651, 675, 693, 709, 714, 727, 738, 777, 798, 834, 840, 848, 849, 891, 908, 936, 945, 957, 999, 1002, 1005, 1038, 1041, 1081, 1082, 1092, 1134, 1176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that 10n-9, 10n-7, 10n-3, 10n-1, 10n+1, 10n+3, 10n+7, and 10n+9 are composite.
LINKS
FORMULA
a(n) ~ n.
a(n) = A216288(n) + 1.
PROG
(PARI) for(i=2, 1200, if(isprime(10*i-9)==0&&isprime(10*i-7)==0&&isprime(10*i-3)==0&&isprime(10*i-1)==0&&isprime(10*i+1)==0&&isprime(10*i+3)==0&&isprime(10*i+7)==0&&isprime(10*i+9)==0, print1(i", ")))
CROSSREFS
Cf. A216288 (lower decade).
Sequence in context: A292020 A292019 A065118 * A095619 A160776 A171374
KEYWORD
nonn,base
AUTHOR
V. Raman, Dec 07 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 July 1 08:49 EDT 2024. Contains 373914 sequences. (Running on oeis4.)