Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097527
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097527 Least k such that k*P(n)#-P(n+3) and k*P(n)#+P(n+3) are both primes with P(i)=i-th prime and P(i)#=i-th primorial. +0
1
5, 3, 1, 1, 3, 2, 12, 2, 2, 29, 69, 33, 15, 9, 28, 8, 111, 121, 55, 92, 4, 269, 89, 138, 57, 102, 39, 113, 81, 79, 155, 85, 647, 482, 369, 29, 295, 81, 88, 1, 14, 229, 33, 350, 29, 85, 738, 143, 304, 217, 805, 2421, 166, 370, 616, 111, 621, 543, 160, 200, 1825, 909, 256 (list; graph; listen)
OFFSET

1,1

EXAMPLE

2*3*5-13=17 prime 2*3*5+13=43 prime so for n=3 k=1

MATHEMATICA

Primorial[n_] := Product[ Prime[i], {i, n}]; f[n_] := Block[{k = 1, p = Primorial[n], q = Prime[n + 3]}, While[k*p - q < 2 || !PrimeQ[k*p - q] || !PrimeQ[k*p + q], k++ ]; k]; Table[ f[n], {n, 63}] (from Robert G. Wilson v Aug 31 2004)

CROSSREFS

Adjacent sequences: A097524 A097525 A097526 this_sequence A097528 A097529 A097530

Sequence in context: A111142 A094853 A096937 this_sequence A132400 A063268 A021657

KEYWORD

easy,nonn

AUTHOR

Pierre CAMI (pierrecami(AT)tele2.fr), Aug 27 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 31 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 October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research