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!)
A117166 Column 1 of triangle A117165 of Shift-Moebius coefficients and so equals the Shift-Moebius transform of [1,0,0,0,...]. 7
1, -1, -2, -1, -2, 1, -1, 3, 0, 4, 4, 5, 1, 7, 6, 5, 4, 6, 3, 5, 3, 2, 5, -3, -5, -1, 2, -7, -6, -13, -9, -14, -12, -22, -12, -25, -23, -26, -21, -35, -27, -38, -27, -43, -32, -47, -34, -51, -46, -52, -33, -53, -35, -58, -41, -56, -39, -54, -39, -61, -45, -53, -24, -46, -23, -44, -20, -41, -14, -32, -12, -22 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Equals the self-convolution inverse of A117161, which is the limit of columns of triangle A112682.
LINKS
PROG
(PARI) {a(n)=prod(i=0, n, matrix(n, n, r, c, if(r>=c, if((r+n-i)%(c+n-i)==0, moebius((r+n-i)/(c+n-i)), 0))))[ n, 1]}
CROSSREFS
Cf. A117165 (triangle), A117167 (column 2), A117168 (column 3), A117169 (row sums), A117161 (inverse), A117160, A112682.
Sequence in context: A030422 A090001 A269329 * A078996 A084610 A303336
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 28 12:54 EDT 2024. Contains 372913 sequences. (Running on oeis4.)