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!)
A347281 a(n) = 2^(n - 1)*permanent(M_n)^2 where M_n is the n X n matrix M_n(j, k) = cos(Pi*j*k/n). 1
1, 2, 4, 0, 36, 288, 144, 18432, 11664, 115200, 144400, 0, 808151184, 133693952, 262440000, 299649466368, 7937314520976, 73575242956800, 21204146201616, 6459752448000000, 212406372892224, 8753824001424826368, 195844025123172289600, 152252829159294763008, 26487254903393025000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(7) = -3384288*cos(Pi/7) - 3460896*sin(Pi/14) - 45888*cos(2*Pi/7) - 28224*cos(15*Pi/7) + 48384*cos(17*Pi/7) + 1706400 + 3458400*sin(3*Pi/14) = 144. - Chai Wah Wu, Sep 19 2021
PROG
(PARI) P(n)=matpermanent(matrix(n, n, j, k, cos((Pi*j*k)/n)));
for(k=1, 25, print1(round(2^(k-1)*P(k)^2), ", "))
CROSSREFS
Sequence in context: A009170 A009625 A308024 * A055871 A012716 A173220
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Sep 18 2021
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 July 24 18:12 EDT 2024. Contains 374585 sequences. (Running on oeis4.)