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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099474 Numbers n such that 3*prime(n) - prime(n+1) - 3 is prime. 0
3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 33, 35, 36, 40, 41, 42, 44, 45, 46, 48, 49, 51, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 75, 76, 78, 82, 83, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 103, 109, 110, 113, 114, 115, 116, 117 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(2)=4 since 3*prime(4)-prime(5)-3= 3*7 - 11 - 3 = 7 is prime.

MATHEMATICA

Select[ Range[120], PrimeQ[3Prime[ # ] - Prime[ # + 1] - 3] &] (from Robert G. Wilson v Nov 20 2004)

CROSSREFS

Sequence in context: A026447 A194378 A130231 * A105048 A026511 A052404

Adjacent sequences:  A099471 A099472 A099473 * A099475 A099476 A099477

KEYWORD

nonn

AUTHOR

Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Nov 18 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 20 2004

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 14 20:38 EST 2012. Contains 205663 sequences.