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!)
A049633 a(n) = T(n,n+1), array T as in A049627. 0
2, 5, 8, 12, 18, 24, 32, 42, 52, 62, 76, 90, 106, 124, 138, 154, 178, 200, 224, 250, 270, 292, 324, 354, 382, 414, 444, 474, 514, 550, 588, 634, 670, 706, 746, 782, 830, 884, 926, 966, 1022, 1074, 1128, 1190, 1234, 1280, 1348, 1410, 1468, 1530, 1582, 1638 (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+1); \\ Michel Marcus, Aug 06 2021
CROSSREFS
Cf. A049627.
Sequence in context: A183861 A024534 A011974 * A066614 A305440 A045746
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)