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!)
A174547 Coefficients of minimal polynomials with roots a(n)=(1 + Prime[n+1]^(1/n))/2: p(x,n)=If[n == 0, 1, MinimalPolynomial[(1 + Prime[n+1]^(1/n))/2, x]] 0
1, -2, 1, -1, -1, 1, -4, 3, -6, 4, -5, -4, 12, -16, 8, -7, 5, -20, 40, -40, 16, -4, -3, 15, -40, 60, -48, 16, -10, 7, -42, 140, -280, 336, -224, 64, -11, -8, 56, -224, 560, -896, 896, -512, 128, -15, 9, -72, 336, -1008, 2016, -2688, 2304, -1152, 256, -15, -10, 90 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row sums are:
{1, -1, -1, -3, -5, -6, -4, -9, -11, -14, -15,...}
LINKS
FORMULA
p(x,n)=If[n == 0, 1, MinimalPolynomial[(1 + Prime[n+1]^(1/n))/2, x]];
t(n,m)=Coefficients(p(x,n))
EXAMPLE
{1},
{-2, 1},
{-1, -1, 1},
{-4, 3, -6, 4},
{-5, -4, 12, -16, 8},
{-7, 5, -20, 40, -40, 16},
{-4, -3, 15, -40, 60, -48, 16},
{-10, 7, -42, 140, -280, 336, -224, 64},
{-11, -8, 56, -224, 560, -896, 896, -512, 128},
{-15, 9, -72, 336, -1008, 2016, -2688, 2304, -1152, 256},
{-15, -10, 90, -480, 1680, -4032, 6720, -7680, 5760, -2560, 512}
MATHEMATICA
<< NumberTheory`AlgebraicNumberFields`
p[x_, n_] := If[n == 0, 1, MinimalPolynomial[(1 + Prime[n + 1]^(1/n))/2, x]];
Table[CoefficientList[p[x, n], x], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A046876 A026584 A247342 * A119326 A219866 A333418
KEYWORD
sign,tabl,uned
AUTHOR
Roger L. Bagula, Mar 22 2010
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 June 11 18:20 EDT 2024. Contains 373315 sequences. (Running on oeis4.)