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.

A125868 Odd numbers k such that cos(2*Pi/k) is an algebraic number of a 5-smooth degree, but not 3-smooth.

This page as a plain text file.
%I A125868 #8 May 23 2022 03:55:06
%S A125868 11,25,31,33,41,55,61,75,77,93,99,101,123,125,143,151,155,165,175,181,
%T A125868 183,187,205,209,217,225,231,241,251,271,275,279,287,297,303,305,325,
%U A125868 341,369,375,385,401,403,407,425,427,429,451,453,465,475,495,505,525
%N A125868 Odd numbers k such that cos(2*Pi/k) is an algebraic number of a 5-smooth degree, but not 3-smooth.
%C A125868 A regular polygon of a(n) sides can be constructed if one also has an angle trisector and 5-sector.
%t A125868 Do[If[Take[FactorInteger[EulerPhi[2n+1]][[ -1]],1]=={5},Print[2n+1]],{n,1,1000}]
%Y A125868 Cf. A058383, A061599, A125866-A125878.
%K A125868 nonn
%O A125868 1,1
%A A125868 _Artur Jasinski_, Dec 13 2006
%E A125868 Edited by _Don Reble_, Apr 24 2007