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!)
A118232 Column 1 of triangle A118231. 0
1, -2, -2, 4, -2, 2, 4, -6, -4, 6, -4, 4, 14, -14, -8, 8, -16, 18, 8, -12, 6, -6, -6, -10, 28, -6, -10, 4, -2, 4, -8, -2, -18, 48, -20, 0, 54, -70, -18, 32, -76, 86, 62, 14, 14, -110, -40, 124, 62, 94, -24, -224, -66, 224, 134, 62, -72, -286, 14, 8, -14, 474, 10, -458 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) {a(n)=(matrix(n, n, r, c, if(r>=c, if(gcd(r-c+1, c)==1, 1, 0)))^-2)[n, 1]}
CROSSREFS
Cf. A118231.
Sequence in context: A072301 A127171 A215655 * A115070 A064145 A213431
KEYWORD
sign
AUTHOR
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 23 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)