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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105454 Numbers n such that n*prime(n)+(n+1)*prime(n+1) is prime. 1
3, 4, 6, 7, 8, 10, 12, 14, 15, 18, 19, 20, 21, 24, 25, 26, 29, 32, 34, 35, 49, 50, 54, 57, 59, 60, 62, 72, 77, 79, 87, 89, 94, 101, 104, 111, 115, 132, 134, 137, 138, 140, 141, 142, 148, 154, 161, 162, 164, 167, 168, 180, 181, 182, 183, 186, 190, 192, 195, 203, 204 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

bb={}; Do[If[PrimeQ[n Prime[n]+(n+1)Prime[n+1]], bb=Append[bb, n]], {n, 400}]; bb

Select[Range[250], PrimeQ[# Prime[#]+(#+1)Prime[#+1]]&] (* From Harvey P. Dale, Dec 08 2011 *)

CROSSREFS

Sequence in context: A039042 A007378 A087758 * A127260 A089530 A201820

Adjacent sequences:  A105451 A105452 A105453 * A105455 A105456 A105457

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 02 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 16 20:10 EST 2012. Contains 205959 sequences.