OFFSET
1,2
COMMENTS
The prime numbers 421=20*21+1 and 673=32*21+1, for example, are neither in here nor in A136069.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[21 Range[0, 100] + 1, ! PrimeQ@# &] (* Vincenzo Librandi, Mar 22 2014 *)
PROG
(Magma) [a: n in [0..90] | not IsPrime(a) where a is 21*n+1]; // Vincenzo Librandi, Mar 22 2014
CROSSREFS
KEYWORD
nonn,less
AUTHOR
Juri-Stepan Gerasimov, Jun 12 2008
EXTENSIONS
Edited by R. J. Mathar, Jun 17 2008
STATUS
approved