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.
%I A019331 #17 Feb 26 2024 10:09:29 %S A019331 13,12,14,183,170,30941,157,5229043,28562,4829007,26521,149346699503, %T A019331 28393,25239592216021,4482037,753327121,815730722,720867993281778161, %U A019331 4824613,121826690864620509223,810932305 %N A019331 Cyclotomic polynomials at x=13. %H A019331 Robert Israel, <a href="/A019331/b019331.txt">Table of n, a(n) for n = 0..906</a> %H A019331 <a href="/index/Cy#CyclotomicPolynomialsValuesAtX">Index entries for cyclotomic polynomials, values at X</a> %p A019331 with(numtheory,cyclotomic); f := n->subs(x=13,cyclotomic(n,x)); seq(f(i),i=0..64); %t A019331 Join[{13}, Cyclotomic[Range[30], 13]] (* _Paolo Xausa_, Feb 26 2024 *) %K A019331 nonn %O A019331 0,1 %A A019331 _Simon Plouffe_