The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A071696 Greater members of twin prime pairs of form (4*k+1,4*k+3), k>0. 10
7, 19, 31, 43, 103, 139, 151, 199, 271, 283, 463, 523, 571, 619, 643, 811, 823, 859, 883, 1051, 1063, 1231, 1279, 1291, 1303, 1483, 1699, 1723, 1879, 1951, 1999, 2083, 2131, 2143, 2239, 2311, 2383, 2551, 2659, 2731, 2791, 2803, 2971 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding lesser members: A071695(n).
A010051(a(n)) * A010051(a(n)-2) = 1. - Reinhard Zumkeller, Nov 10 2013
LINKS
MATHEMATICA
Select[Partition[Prime[Range[500]], 2, 1], #[[2]]-#[[1]]==2&&IntegerQ[ (#[[1]]-1)/4]&][[All, 2]] (* Harvey P. Dale, Aug 27 2021 *)
PROG
(Haskell)
a071696 n = a071696_list !! (n-1)
a071696_list = [p | p <- tail a002145_list, a010051' (p - 2) == 1]
-- Reinhard Zumkeller, Nov 10 2013
CROSSREFS
Cf. Subsequence of A002145.
Sequence in context: A126194 A068229 A323594 * A216530 A114564 A191118
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 04 2002
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 May 13 16:16 EDT 2024. Contains 372522 sequences. (Running on oeis4.)