Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A291137

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A291137 Square array A(n,k), n >= 0, k >= 0, read by antidiagonals, where column k is the expansion of inverse of k-th cyclotomic polynomial.
(history; published version)
#21 by Bruno Berselli at Fri Mar 02 03:25:18 EST 2018
STATUS

proposed

approved

#20 by Ilya Gutkovskiy at Fri Mar 02 02:31:18 EST 2018
STATUS

editing

proposed

#19 by Ilya Gutkovskiy at Fri Mar 02 02:29:53 EST 2018
EXAMPLE

Square array begins:

Square array begins: 1, -1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...

0, -1, -1, -1, 0, -1, 1, -1, 0, 0, 1, -1, 0, -1, 1, ...

0, -1, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, ...

0, -1, -1, 1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, ...

0, -1, 1, -1, 1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, ...

0, -1, -1, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, ...

#18 by Ilya Gutkovskiy at Fri Mar 02 02:28:51 EST 2018
FORMULA

G.f. of column k, for k > 1, is 1/Phi(k) = productProduct_{d|k} 1/(1 - x^(k/d))^mu(d), where mu() is the Moebius function A008683.

EXAMPLE

Square array begins:: 1, -1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...

10, -1, 1, 1, 1, , -1, , -1, 0, -1, 1, , -1, 10, 10, 1, , -1, 0, -1, 1, ...

0, -1, -1, -, 1, 0, -1, 0, 0, 1, -10, 0, 0, 1, -10, 0, -1, 1, 0, 10, ...

0, -1, , -1, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 1, 0, 0, 1, ...

0, -1, 1, -1, 1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, ...

0, -1, 1, -1, 10, 0, -, 1, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, ...

0, -1, -1, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, ...

STATUS

approved

editing

#17 by M. F. Hasler at Thu Mar 01 12:03:03 EST 2018
STATUS

proposed

approved

#16 by M. F. Hasler at Thu Mar 01 11:58:51 EST 2018
STATUS

editing

proposed

#15 by M. F. Hasler at Thu Mar 01 11:58:33 EST 2018
FORMULA

Diagonal equals row 0, T(k,k) = T(0,k) = (-1)^[k=1]. - M. F. Hasler, Mar 01 2018

PROG

(PARI) T(n, k)={k||return(!n); n<k||n%=k; polcoeff(1/(polcyclo(k)+O('x^(n+1+n%=k))), n)} \\ M. F. Hasler, Mar 01 2018

#14 by M. F. Hasler at Thu Mar 01 11:52:47 EST 2018
COMMENTS

Column k is k-periodic, but also satisfies a recurrence relation of order A000010(k) = degree(Phi(k)), with signature given by coefficients of 1-Phi(k)). - _). - _M. F. Hasler_, Feb 16 2018

FORMULA

G.f. of column k, for k > 1, is 1: Product/Phi(k) = product_{d|k} 1/(1 - x^(k/d))^mu(d), where mu() is the Moebius function ( A008683)..

EXAMPLE

1, -1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...

0, -1, -1, -1, 0, -1, 1, -1, 0, 0, 1, -1, 0, -1, 1, 1, ...

0, -1, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, ...

0, -1, -1, 1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, ...

0, -1, 1, -1, 1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, ...

0, -1, -1, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, ...

EXTENSIONS

References editedEdited by M. F. Hasler, Feb 16 2018, Mar 01 2018

#13 by M. F. Hasler at Thu Mar 01 11:39:42 EST 2018
PROG

(PARI) T(n, k)={k||return(!n); n<eulerphi(k)||||n%=eulerphi(k); ; polcoeff(1/(polcyclo(k)+O('x^(n+1))), n)} \\ M. F. Hasler, Mar 01 2018

STATUS

proposed

editing

#12 by M. F. Hasler at Thu Mar 01 11:34:43 EST 2018
STATUS

editing

proposed

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 September 8 08:17 EDT 2024. Contains 375751 sequences. (Running on oeis4.)