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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090286 Median term of prime quintuplets. 0
11, 17, 107, 1487, 16067, 19427, 21017, 22277, 43787, 55337, 144167, 165707, 166847, 195737, 201827, 225347, 247607, 268817, 326147, 347987, 361217, 397757, 465167, 518807, 536447, 633467, 633797, 661097, 768197, 795797, 829727, 857957 (list; graph; refs; listen; history; internal format)
OFFSET

5,1

PROG

(PARI) quintpr(n) = { s=0; forprime(p=5, n, if(isprime(p+2) && isprime(p+6) && isprime(p+8) && isprime(p+12), print1(p+6", "); ) ); print(); print(s+.0) }

CROSSREFS

Sequence in context: A102870 A136721 A107172 * A056577 A166655 A146446

Adjacent sequences:  A090283 A090284 A090285 * A090287 A090288 A090289

KEYWORD

base,easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 24 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 16 21:17 EST 2012. Contains 205971 sequences.