login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A179945
Numbers n such that both A000203(n)-n-1 and A000203(n)-2*n-1 are prime numbers, and sigma(n)-2*n-1 > 5.
3
30, 42, 60, 78, 102, 138, 186, 198, 216, 222, 228, 240, 246, 258, 270, 282, 360, 372, 390, 414, 438, 492, 498, 546, 582, 600, 606, 642, 708, 720, 756, 762, 774, 786, 810, 852, 870, 930, 942, 954, 1002, 1014, 1020, 1026, 1038, 1068, 1086, 1182, 1266, 1290
OFFSET
1,1
COMMENTS
The smallest term that is not multiple of 6 is 3472.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) is(n)=my(s=sigma(n)); s>2*n+6 && isprime(s-n-1) && isprime(s-n-n-1) \\ Charles R Greathouse IV, Feb 19 2013
CROSSREFS
Subsequence of A175727.
Sequence in context: A175727 A296717 A302753 * A136152 A244066 A090815
KEYWORD
nonn
AUTHOR
Alexey Galkin (fetch91(AT)gmail.com), Aug 03 2010
STATUS
approved