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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138399 Ennea-Primes. Prime Numbers n (single prime number in-between 8 twin primes) such that Sum of 9 prime numbers (8 twin primes and single prime number in-between) are primes. 0
4253, 626617, 1841681, 2169007, 2484931, 9198577, 9600571 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

{5 penta-} {9 ennea-} Table of non-technical numeric prefixes -- http://en.wikipedia.org/wiki/Numerical_prefix

EXAMPLE

{4229,4231} {4241,4243} {4253} {4259,4261} {4271,4273} Sum = 38261.

MATHEMATICA

a={}; Do[p0=Prime[n]; a1=Prime[n-4]; a2=Prime[n-3]; b1=Prime[n-2]; b2=Prime[n-1]; c1=Prime[n+1]; c2=Prime[n+2]; d1=Prime[n+3]; d2=Prime[n+4]; sp=a1+a2+b1+b2+p0+c1+c2+d1+d2; If[PrimeQ[sp]&&a2-a1==2&&b2-b1==2&&c2-c1==2&&d2-d1==2, AppendTo[a, p0]], {n, 5, 10^6}]; a

CROSSREFS

Sequence in context: A204638 A205995 A031985 * A023346 A101619 A204408

Adjacent sequences:  A138396 A138397 A138398 * A138400 A138401 A138402

KEYWORD

nonn,uned

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 08 2008

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 17 10:57 EST 2012. Contains 206009 sequences.