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!)
A141026 Numbers n such that (n,n+8) forms a pair of consecutive primes ending respectively in 1 and 9. 1
401, 491, 701, 761, 911, 1571, 2531, 2741, 3011, 3041, 3221, 3491, 3701, 3881, 4751, 5051, 5171, 6221, 6521, 7151, 7691, 8171, 8681, 9311, 9941, 10151, 10391, 10631, 10781, 11321, 11681, 12281, 12401, 12791, 13151, 13241, 13781, 14411, 14771 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For numbers n such that (n,n+2,n+6,n+8) forms a quadruplet of consecutive primes ending respectively in 1,3,7,9, see A007530.
LINKS
MATHEMATICA
lst = Prime@ Range@ 1828; lst[[Select[Range@ 1828 - 1, Mod[ lst[[ # ]], 10] == 1 && lst[[ # ]] + 8 == lst[[ # + 1]] &]]] (* Robert G. Wilson v *)
Transpose[Select[Partition[Prime[Range[2000]], 2, 1], #[[2]]-#[[1]]==8 && Mod[ #[[1]], 10]==1&]][[1]] (* Harvey P. Dale, Mar 23 2015 *)
CROSSREFS
Sequence in context: A029705 A096991 A332674 * A158313 A094614 A104926
KEYWORD
nonn,base
AUTHOR
Lekraj Beedassy, Jul 29 2008
EXTENSIONS
Inserted 491, 1571, sorted and extended R. J. Mathar, Aug 04 2008
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 24 11:31 EDT 2024. Contains 374583 sequences. (Running on oeis4.)