The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A280035 Denominators of fractions converging to limiting value of Fekete polynomials. 3
1, 3, 5, 315, 567, 51975, 19305, 212837625, 2127125, 371231385525, 17717861581875, 1095751306274625, 284473896821296875, 185436341599368234375, 184915818535229656875, 8168656283793770092453125, 5285601124807733589234375, 5940428375270025028345078125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Christian Günther, Kai-Uwe Schmidt, L^q norms of Fekete and related polynomials, arXiv:1602.01750 [math.NT], 2016
EXAMPLE
1/1, 5/3, 19/5, 3469/315, 21565/567, 7760593/51975, 12478099/19305, 643983856759/212837625,
MATHEMATICA
(* "gen" stands for "generalized Eulerian number" *)
gen[n_, x_] := Sum[(-1)^j Binomial[n + 1, j] (x + 1 - j)^n, {j, 0, Floor[x + 1]}];
T[k_] := T[k] = 1 - Sum[Binomial[2 k - 1, 2 j - 1] T[j], {j, 1, k - 1}];
F[0, 0] = 1; F[k_, m_] /; 1 <= m <= 2 k - 1 := F[k, m] = Sum[Binomial[2 k - 1, 2 j - 1] T[j]/(2 j - 1)! Sum[gen[2 j - 1, i - 1] F[k - j, m - i], {i, 0, m}], {j, 1, k}]; F[_, _] = 0;
Table[F[k, k] // Denominator, {k, 1, 18}] (* Jean-François Alcover, Sep 06 2018 *)
CROSSREFS
Cf. A280034. Related to central column of array in A280033.
Sequence in context: A232239 A087368 A309740 * A087670 A271390 A138584
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Dec 28 2016
EXTENSIONS
More terms from Lars Blomberg, Jun 14 2017
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)