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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087200 a(n) is the smallest m such that m > A05235(n) and A002110(n)+m is prime. 2
5, 7, 11, 17, 29, 29, 41, 37, 47, 89, 83, 101, 107, 67, 109, 73, 89, 167, 139, 229, 163, 193, 269, 157, 173, 523, 233, 157, 251, 193, 179, 383, 647, 311, 223, 317, 509, 457, 211, 503, 251, 479, 617, 1019, 347, 863, 827, 349, 389, 563, 601, 419, 367, 349, 449 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n) is the second m (first m is A05235(n)) such that m > 1 and A002110(n)+m is prime. I guess every term of this sequence (compare the conjecture about A005235) is prime. I checked this conjecture for n < 373.

REFERENCES

R. K. Guy, Unsolved Problems in Number Theory, Section A2.

FORMULA

A005235[n_] := (For[m=2, !PrimeQ[Product[Prime[k], {k, n}]+m], m++ ]; m); a[n_] := (For[m=A005235[n]+1, !PrimeQ[Product[Prime[k], {k, n}]+m], m++ ]; m)

MATHEMATICA

A05235[n_] := (For[m=2, !PrimeQ[Product[Prime[k], {k, n}]+m], m++ ]; m); a[n_] := (For[m=A05235[n]+1, !PrimeQ[Product[Prime[k], {k, n}]+m], m++ ]; m); Table[a[n], {n, 60}]

CROSSREFS

Cf. A005235, A002110.

Sequence in context: A191019 A106862 A027690 * A153118 A145987 A060449

Adjacent sequences:  A087197 A087198 A087199 * A087201 A087202 A087203

KEYWORD

easy,nonn

AUTHOR

Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Aug 26 2003

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 17 23:08 EST 2012. Contains 206085 sequences.