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

A049623
a(n) = T(n,n+3), array T as in A049615.
4
2, 3, 7, 12, 17, 22, 31, 38, 45, 56, 65, 74, 91, 100, 111, 130, 141, 154, 177, 190, 205, 230, 249, 264, 291, 312, 329, 360, 379, 396, 433, 452, 481, 518, 539, 570, 611, 636, 659, 704, 731, 756, 809, 834, 861, 914, 947, 978, 1031, 1066, 1099, 1154, 1199, 1232, 1291, 1336, 1371, 1436, 1469, 1502, 1575
OFFSET
0,1
LINKS
MATHEMATICA
T[n_, k_]:= Length[Select[Flatten[Table[{x, y}, {x, 0, n}, {y, 0, k}], 1], GCD @@ # > 1 &]]; Table[T[n, n+3], {n, 0, 65}] (* G. C. Greubel, Dec 16 2019 *)
KEYWORD
nonn
EXTENSIONS
Terms a(37) onward added by G. C. Greubel, Dec 16 2019
STATUS
approved