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!)
A049635 a(n) = T(n,n+3), array T as in A049627. 0
2, 7, 11, 16, 23, 32, 39, 50, 63, 74, 89, 106, 117, 138, 159, 174, 199, 224, 241, 270, 299, 320, 349, 384, 409, 442, 481, 508, 549, 594, 621, 668, 707, 740, 791, 834, 869, 922, 979, 1016, 1073, 1134, 1169, 1234, 1299, 1340, 1403, 1470, 1517, 1584, 1655, 1706 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(PARI) T(n, k) = (n+1)*(k+1) - sum(i=0, n, sum(j=0, k, gcd(i, j)>1)); \\ A049627
a(n) = T(n, n+3); \\ Michel Marcus, Aug 06 2021
CROSSREFS
Cf. A049627.
Sequence in context: A287726 A190518 A190750 * A079140 A357843 A176897
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Aug 05 2021
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)