OFFSET
1,1
COMMENTS
The table provides all 8919 [=A092660(9)] terms less than 10^9.
If 10 or more consecutive primes are all congruent to 1 modulo 4, none of them is a member of this sequence. [From Harvey P. Dale, Oct 23 2011]
LINKS
Rick L. Shepherd, Table of n, a(n) for n=1..8919
MATHEMATICA
m9Q[l_]:=Module[{ms=Mod[l, 4]}, First[ms]!=1&&Last[ms]!=1&&Union[Take[ ms, {2, 10}]]=={1}]; Transpose[Select[Partition[ Prime[Range[ 290000]], 11, 1], m9Q]][[2]] (* Harvey P. Dale, Oct 23 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Jul 15 2009
STATUS
approved