cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A014017 Inverse of 8th cyclotomic polynomial.

This page as a plain text file.
%I A014017 #50 Dec 14 2023 05:51:07
%S A014017 1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,
%T A014017 1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,
%U A014017 1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1
%N A014017 Inverse of 8th cyclotomic polynomial.
%C A014017 Periodic with period length 8. - _Ray Chandler_, Apr 03 2017
%H A014017 Vincenzo Librandi, <a href="/A014017/b014017.txt">Table of n, a(n) for n = 0..1000</a>
%H A014017 John M. Campbell, <a href="http://arxiv.org/abs/1105.3399">An Integral Representation of Kekulé Numbers, and Double Integrals Related to Smarandache Sequences</a>, arXiv preprint arXiv:1105.3399 [math.GM], 2011.
%H A014017 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,-1).
%H A014017 <a href="/index/Pol#poly_cyclo_inv">Index to sequences related to inverse of cyclotomic polynomials</a>
%F A014017 a(4n) = (-1)^n, else a(n) = 0.
%F A014017 G.f.: 1/ ( 1+x^4 ). - _R. J. Mathar_, Mar 11 2011
%F A014017 a(n) = sin((sin(Pi*(n+1)/2)^2)*Pi*(n+2)/4). - _Mikael Aaltonen_, Jan 02 2015
%F A014017 E.g.f.: cos(x/sqrt(2))*cosh(x/sqrt(2)). - _Vaclav Kotesovec_, Feb 15 2015
%p A014017 with(numtheory,cyclotomic); c := n->series(1/cyclotomic(n,x),x,80);
%t A014017 CoefficientList[Series[1/Cyclotomic[8, x], {x, 0, 100}], x] (* _Vincenzo Librandi_, Apr 03 2014 *)
%o A014017 (PARI) Vec(1/polcyclo(8)+O(x^99)) \\ _Charles R Greathouse IV_, Mar 24 2014
%o A014017 (Magma) &cat[[1,0,0,0,-1,0,0,0]: n in [0..20]]; // _Vincenzo Librandi_, Apr 03 2014
%K A014017 sign,easy
%O A014017 0,1
%A A014017 _Simon Plouffe_