login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096902 Numbers n such that 3*prime(n) + 2*prime(n+1) is prime. 2
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 20, 24, 26, 27, 30, 31, 37, 38, 40, 46, 48, 50, 55, 56, 58, 60, 62, 63, 64, 66, 67, 70, 71, 72, 73, 74, 78, 81, 85, 88, 89, 92, 95, 98, 102, 109, 113, 114, 116, 120, 121, 122, 130, 133, 134, 135, 136, 140, 144, 147, 148, 152 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3)=4 since 3*prime(4)+2*prime(5) = 3*7 + 2*11 = 43 is prime.
MAPLE
select(n -> isprime(3*ithprime(n)+2*ithprime(n+1)), [$1..200]); # Robert Israel, Mar 11 2020
MATHEMATICA
Position[Partition[Prime[Range[200]], 2, 1], _?(PrimeQ[3#[[1]]+2#[[2]]]&), {1}, Heads->False]//Flatten (* Harvey P. Dale, Apr 23 2016 *)
CROSSREFS
Cf. A096218 for resulting primes.
Sequence in context: A033064 A246074 A130225 * A246081 A117325 A180643
KEYWORD
nonn
AUTHOR
Ray Chandler, Jul 31 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 19 13:17 EDT 2024. Contains 375302 sequences. (Running on oeis4.)