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”).

A285915
Integers n such that A112528(n) - A103274(n) = 1.
0
5, 7, 9, 12, 13, 16, 17, 19, 20, 22, 24, 25, 30, 32, 37, 38, 41, 47, 48, 52, 54, 57, 62, 63, 64, 67, 68, 73, 74, 75, 76, 78, 80, 81, 85, 87, 93, 94, 95, 96, 98, 101, 108, 109, 112, 115, 122, 124, 125, 126, 127, 128, 130, 131, 133, 134, 136, 137, 138, 140, 147
OFFSET
1,1
COMMENTS
In general, A112528(n) - A103274(n) = 0 or 1.
Also, A000040(a(n)) = A063638(n).
MATHEMATICA
Select[Range@ 150, And[# != 1, PrimeOmega[Prime@ # - 2] == 2] &] (* Michael De Vlieger, May 01 2017 *)
PROG
(PARI) is(n)=n!=1&&bigomega(prime(n)-2)==2 \\ David A. Corneth, Apr 29 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Apr 28 2017
STATUS
approved