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.

A019325 Cyclotomic polynomials at x=7.

This page as a plain text file.
%I A019325 #33 Feb 26 2024 09:14:39
%S A019325 7,6,8,57,50,2801,43,137257,2402,117993,2101,329554457,2353,
%T A019325 16148168401,102943,4956001,5764802,38771752331201,117307,
%U A019325 1899815864228857,5649505,11898664849,247165843,4561457890013486057,5762401,79797014141614001,12111126301,1628413638264057
%N A019325 Cyclotomic polynomials at x=7.
%C A019325 Sequence has a(0) = x; see comments in A020501.
%H A019325 Robert Israel, <a href="/A019325/b019325.txt">Table of n, a(n) for n = 0..1186</a>
%H A019325 <a href="/index/Cy#CyclotomicPolynomialsValuesAtX">Index entries for cyclotomic polynomials, values at X</a>
%p A019325 with(numtheory,cyclotomic); f := n->subs(x=7,cyclotomic(n,x)); seq(f(i),i=0..64);
%t A019325 Join[{7}, Cyclotomic[Range[50], 7]] (* _Paolo Xausa_, Feb 26 2024 *)
%o A019325 (PARI) a(n) = if(n==0, 7, polcyclo(n, 7)); \\ _Michel Marcus_, Dec 16 2017
%Y A019325 Cf. A019320, A019321, A019322, A019323, A019324.
%K A019325 nonn,look
%O A019325 0,1
%A A019325 _Simon Plouffe_
%E A019325 More terms from _Michel Marcus_, Dec 17 2017