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!)
A117167 Column 2 of triangle A117165 of Shift-Moebius coefficients and so equals the Shift-Moebius transform of [0,1,0,0,...]. 4
0, 1, 0, -1, -1, -2, -1, -2, 0, -2, 0, 1, 2, 0, 3, 3, 4, 4, 6, 5, 7, 6, 7, 10, 7, 4, 7, 10, 7, 8, 5, 7, 6, 6, 1, 5, 0, -1, -2, -1, -8, -6, -11, -7, -15, -12, -20, -15, -24, -27, -33, -25, -36, -28, -41, -39, -48, -42, -51, -46, -61, -61, -69, -58, -72, -64, -77, -70, -85, -76, -90, -85, -94, -86, -99, -84, -100 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
PROG
(PARI) {a(n)=prod(i=0, n, matrix(n+1, n+1, r, c, if(r>=c, if((r+n+1-i)%(c+n+1-i)==0, moebius((r+n+1-i)/(c+n+1-i)), 0))))[n, 2]}
CROSSREFS
Cf. A117165 (triangle), A117166 (column 1), A117168 (column 3), A117169 (row sums).
Sequence in context: A053838 A342651 A275768 * A117169 A274263 A046920
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 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)