Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A128817
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A128817 Primes which are 4 greater than the product of lesser twin primes. +0
1
7, 19, 81349, 3335149, 196773559, 13970922409, 150983758430839 (list; graph; listen)
OFFSET

1,1

COMMENT

Also primes which are 4 greater than A097489 terms where A097489 = product of first n terms of A001359 and A001359 = Lesser of twin primes.

FORMULA

Define twinl#(n)as the product of the first n lesser twin primes. Then if twinl#+4 is prime, list it.

EXAMPLE

twinl#(2) = 3*5=15. 15+4 = 19 prime and the second term in the table.

PROGRAM

(PARI) twiprimesl(n, a) = { local(pr, x, y, j); for(j=1, n, pr=1; for(x=1, j, pr*=twinl(x); ); y=pr+a; if(ispseudoprime(y), print1(y", ") ) ) } twinl(n) = \The n-th lower twin prime { local(c, x); c=0; x=1; while(c<n, if(isprime(prime(x)+2), c++); x++; ); return(prime(x-1)) }

CROSSREFS

Adjacent sequences: A128814 A128815 A128816 this_sequence A128818 A128819 A128820

Sequence in context: A128338 A107195 A057866 this_sequence A037005 A022419 A070413

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), May 08 2007

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 October 16 00:31 EDT 2008. Contains 145098 sequences.


AT&T Labs Research