The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A049630 a(n) = Sum_{i=0..floor(n/2)} T(2i,n-2i) where T is A049627. 0
1, 2, 4, 7, 10, 17, 22, 34, 42, 61, 72, 100, 116, 154, 176, 224, 250, 314, 348, 427, 470, 563, 612, 726, 786, 918, 988, 1141, 1220, 1399, 1492, 1694, 1802, 2030, 2148, 2404, 2534, 2820, 2968, 3284, 3444, 3796, 3976, 4361, 4562, 4979, 5192, 5654, 5890, 6389 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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) = sum(i=0, n\2, T(2*i, n-2*i)); \\ Michel Marcus, Aug 06 2021
CROSSREFS
Cf. A049627.
Sequence in context: A365068 A131752 A062365 * A032705 A332639 A281168
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 May 15 07:58 EDT 2024. Contains 372538 sequences. (Running on oeis4.)