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!)
A117168 Column 3 of triangle A117165 of Shift-Moebius coefficients and so equals the Shift-Moebius transform of [0,0,1,0,...]. 4
0, 0, 1, 0, 0, -1, -1, -1, -2, -1, -2, -1, -1, 0, -2, 1, 0, 2, 1, 4, 1, 5, 3, 6, 6, 7, 4, 8, 8, 10, 8, 10, 8, 12, 9, 10, 10, 10, 8, 10, 8, 9, 6, 7, 7, 5, 5, 3, 4, 1, -4, -5, -4, -7, -6, -13, -12, -17, -15, -20, -18, -28, -29, -37, -31, -40, -37, -47, -42, -55, -51, -62, -59, -69, -65, -78, -69, -84, -75, -93 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,9
LINKS
PROG
(PARI) {a(n)=prod(i=0, n+2, matrix(n+2, n+2, r, c, if(r>=c, if((r+n+2-i)%(c+n+2-i)==0, moebius((r+n+2-i)/(c+n+2-i)), 0))))[n, 3]}
CROSSREFS
Cf. A117165 (triangle), A117166 (column 1), A117167 (column 2), A117169 (row sums).
Sequence in context: A322305 A020951 A117118 * A355343 A287160 A029443
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 May 23 15:34 EDT 2024. Contains 372763 sequences. (Running on oeis4.)