login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108272 Consider primes p and q such that p = 2^k + 21 and q = 2^(k+1) + 21 for some k; sequence gives values of p. 0
29, 37, 149, 32789, 2251799813685269 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

It appears that these values are merely conjectures. - N. J. A. Sloane (njas(AT)research.att.com), Jun 30 2005

PROG

(PARI) g(m, n, b) = { for(x=0, n, y=m+b^x+b%2; z=m+b^(x+1)+b%2; if(isprime(y)&isprime(z), print1(y", ") ) ) }

CROSSREFS

Sequence in context: A139895 A167470 A152865 * A121999 A069530 A087144

Adjacent sequences:  A108269 A108270 A108271 * A108273 A108274 A108275

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 29 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 08:16 EST 2012. Contains 205726 sequences.