Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096787
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096787 Primes of form 4n+3 which are the sum of two consecutive composite numbers. +0
13
19, 31, 43, 67, 71, 79, 103, 127, 131, 139, 151, 163, 191, 199, 211, 223, 239, 251, 271, 283, 307, 311, 331, 367, 379, 419, 431, 439, 443, 463, 487, 491, 499, 523, 547, 571, 599, 607, 619, 631, 643, 647, 659, 683, 691, 727, 739, 743, 751, 787, 811, 823, 827 (list; graph; listen)
OFFSET

1,1

FORMULA

Equals 1+2*A096788.

MATHEMATICA

2Select[ Range[ 450], PrimeQ[ # ] == PrimeQ[ # + 1] == False && PrimeQ[2# + 1, GaussianIntegers -> True] == True &] + 1 (from Robert G. Wilson v Jul 11 2004)

PROGRAM

(PARI) nextcomposite(k)=if(k<3, 4, if(isprime(k), k+1, k));

{m=440; n=4; while(n<m, k=nextcomposite(n+1); p=n+k; if(isprime(p)&&(p%4)==3, print1(p, ", ")); n=k)} - Klaus Brockhaus, Jul 10 2004

CROSSREFS

Subsequence of A060254. See A096788 for values 2n+1. See A096676 for n values.

Cf. A060254, A096784, A096785, A096786, A096788, A096676, A096679.

Sequence in context: A157995 A043298 A040068 this_sequence A104006 A117065 A006035

Adjacent sequences: A096784 A096785 A096786 this_sequence A096788 A096789 A096790

KEYWORD

nonn

AUTHOR

Lekraj Beedassy (blekraj(AT)yahoo.com), Jul 09 2004

EXTENSIONS

Corrected and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Ray Chandler (rayjchandler(AT)sbcglobal.net), Jul 10 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 13:47 EST 2009. Contains 167481 sequences.


AT&T Labs Research