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!)
A202607 Numbers n such that 6n and sigma(6n) are both a twin prime average. 1
1, 5, 77, 177, 215, 247, 313, 348, 465, 593, 712, 723, 1092, 1110, 1218, 1335, 1433, 1470, 1673, 1738, 1755, 1815, 1990, 2007, 2153, 2223, 2293, 2830, 2903, 2930, 3042, 3332, 3598, 3673, 3790, 3957, 4308, 4477, 4623, 5338, 5548, 5955, 6258, 6297, 7030, 7095 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(4)=177 because 6*177-1=1061, 6*177+1=1063, A000203(6*177)-1=2339 and A000203(6*177)+1=2341 are all primes.
PROG
(PARI) for(n=1, 1e4, if(isprime(6*n-1)&&isprime(6*n+1)&&isprime(sigma(6*n)-1)&&isprime(sigma(6*n)+1), print1(n", "))) \\ Charles R Greathouse IV, Dec 26 2011
CROSSREFS
Sequence in context: A088756 A319186 A076215 * A222533 A059856 A001513
KEYWORD
nonn,less
AUTHOR
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 September 13 00:40 EDT 2024. Contains 375857 sequences. (Running on oeis4.)