Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152091
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152091 Primes which are the sum of cousin prime pairs + 1. +0
6
11, 19, 31, 43, 79, 139, 163, 199, 211, 223, 331, 463, 619, 631, 883, 919, 1231, 1291, 1483, 1543, 1723, 1759, 1879, 2179, 2851, 2971, 3163, 3331, 3391, 3571, 3739, 4003, 4483, 4591, 4759, 4783, 4951, 5323, 5419, 5503, 6043, 6079, 6163, 6379, 6691, 7351 (list; graph; listen)
OFFSET

2,1

FORMULA

Cousin primes are prime pairs that differ by 4. Prime(n): the nth prime number.

EXAMPLE

prime(2)=3,3+4=7, 3+7+1= 11, the first term in the sequence.

PROGRAM

(PARI) g4(n) = for(x=2, n, p=prime(x); if(isprime(p+4), y=p+p+4+1; if(isprime(y), print1(y", "))))

CROSSREFS

Sequence in context: A094517 A049719 A155555 this_sequence A122869 A106535 A052368

Adjacent sequences: A152088 A152089 A152090 this_sequence A152092 A152093 A152094

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), Nov 24 2008

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 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research