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!)
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 (list; graph; refs; listen; history; text; internal format)
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 *)
CROSSREFS
Sequence in context: A019568 A128458 A066733 * A302506 A228828 A061577
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(37) onward added by G. C. Greubel, Dec 16 2019
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 April 28 19:40 EDT 2024. Contains 372092 sequences. (Running on oeis4.)