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!)
A108472 Numbers n such that 4*prime(n)+prime(n+1) is prime. 2
1, 2, 15, 16, 18, 23, 32, 36, 51, 55, 56, 58, 74, 86, 91, 96, 97, 99, 100, 102, 105, 108, 110, 111, 119, 123, 130, 133, 164, 174, 185, 187, 199, 200, 203, 208, 214, 219, 232, 239, 252, 257, 260, 263, 272, 280, 284, 291, 298, 300, 305, 311, 312, 339, 342, 356 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Complement to A108473.
LINKS
MATHEMATICA
ra=Range[500]; cnd=PrimeQ[4*Prime[ # ]+Prime[ #+1]]&; se=Select[ra, cnd]
Flatten[Position[Partition[Prime[Range[400]], 2, 1], _?(PrimeQ[4#[[1]]+ #[[2]]]&), {1}, Heads->False]] (* Harvey P. Dale, Apr 02 2015 *)
CROSSREFS
Cf. A108473.
Sequence in context: A163480 A037312 A267711 * A039771 A032934 A370977
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 04 2005
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 April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)