Let $a_n$ be the sequence such that GCD$(2^x+3,3^x+2)<6.$ Here what GAP has given me:
$z:=100$;;L:=[1..z];;LL:=Filtered(L,x->GCD$(2^x+3,3^x+2)<6.$;
$[ 1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100 ]$
Here what the sequence database has given me till 85: http://oeis.org/A059537. So is this sequence really equal to floor(n Zeta(3))?