Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078597
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078597 Primes of the form p*(p+4)+2 where p and p+4 are primes. +0
1
23, 79, 223, 439, 4759, 53359, 77839, 95479, 99223, 159199, 194479, 239119, 378223, 416023, 680623, 2223079, 2595319, 2873023, 3186223, 3515623, 4003999, 5022079, 6456679, 6859159, 8732023, 9235519, 9492559, 10017223, 10595023 (list; graph; listen)
OFFSET

1,1

COMMENT

More generally, if a and b are even numbers, let Seq(a,b) be the sequence of primes of the form p*(p+a)+b where p and p+a are primes. Seq(a,b) is finite if either a^2+b == 2 (mod 3) or a^2-4*b is a square. Is it infinite in all other cases?

MATHEMATICA

Select[ #(#+4)+2&/@Select[Prime/@Range[500], PrimeQ[ #+4]&], PrimeQ]

PROGRAM

(PARI) prodtp(n1, n2, a, b)=local(f, x); f=0; forprime(x=n1, n2, if(isprime(x+a), f=x*(x+a)+b; if(isprime(f), print(x" "x+a" "f" "); ); ); ); \ Computes that part of Seq(a, b) with n1<=p<=n2.

CROSSREFS

Except for the term 23, this is a subset of A048880. A051779 is Seq(2, 2). A049002 is Seq(0, -2). A045637 is Seq(0, 4).

Sequence in context: A102109 A141974 A142650 this_sequence A116659 A139940 A052073

Adjacent sequences: A078594 A078595 A078596 this_sequence A078598 A078599 A078600

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 08 2002

EXTENSIONS

Edited by Dean Hickerson (dean(AT)math.ucdavis.edu), Dec 10 2002

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research