Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137405
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137405 Triangular sequence from coefficients of characteristic polynomial of n X n prime element matrices: M=A.B.A^(-1); (A(3) is singular): examples; A(4)= {{2, 3, 5, 7, 11}, {3, 5, 7, 11, 13}, {5, 7, 11, 13, 17}, {7, 11, 13, 17, 19}, {11, 13, 17, 19, 23}} B(4)= {{3, 5, 7, 11, 13}, {5, 7, 11, 13, 17}, {7, 11, 13, 17, 19}, {11, 13, 17, 19, 23}, {13, 17, 19, 23, 29}}. +0
1
1, 3, -1, -4, -10, 1, 12, 44, 23, -1, 0, 576, -864, -288, 316, 71, -1, -7104, -608, 5800, 1168, -670, -108, 1, 45248, 44096, -19712, -21712, 116, 1768, 151, -1, 450432, 135424, -346176, -66560, 69008, 7344, -3204, -204, 1, 2240512, -5071104, -1422080, 2168128, 188672, -212928, -10924, 5960, 265, -1 (list; graph; listen)
OFFSET

1,2

COMMENT

Row sums are (I put in zero for the singular matrix level): {1, 2, -13, 78, 0, -190, -1521, 49954, 246065, -2113500, 9798535, 74936314, ...}.

As far as I know, the only other use of this type of method is in deriving A086515.

FORMULA

for n<=m,=d: A(d)=Prime[n + m + 1] B(d)=Prime[n + m + 2] p(x,d)=CharacteristicPolynomial[A.B.A^(-1)] out_n,m=Coefficient(p(x,d))

EXAMPLE

{1},

{3, -1},

{-4, -10, 1},

{12, 44,23, -1},

{0},

{576, -864, -288, 316, 71, -1},

{-7104, -608, 5800, 1168, -670, -108, 1},

{45248, 44096, -19712, -21712, 116, 1768,151, -1},

{450432, 135424, -346176, -66560, 69008, 7344, -3204, -204, 1},

{2240512, -5071104, -1422080, 2168128, 188672, -212928, -10924, 5960, 265, -1},

{5292544, -27469312, 33984128, 4845952, -6953248, -363232, 455688, 16064, -9714, -336, 1},

{-88076288, 158813184, 142065920, -134528512, -22576128, 18750592, 1438864, -925536, -41344, 15148, 415, -1}

MATHEMATICA

a = Table[Prime[n], {n, 1, 500}]; aa[d_] := Table[a[[n + m + 1]], {n, 0, d}, {m, 0, d}]; bb [d_] := Table[a[[n + m + 2]], {n, 0, d}, {m, 0, d}]; M [d_] := aa[d].bb[d].MatrixPower[aa[d], -1] g = Join[{1}, Table[If[d == 3, 0, CharacteristicPolynomial[M[d], x]], {d, 0, 10}]]; a0 = Join[{{1}}, Table[CoefficientList[If[d == 3, 0, CharacteristicPolynomial[M[d], x]], x], {d, 0, 10}]]; Flatten[{{1}, {3, -1}, {-4, -10, 1}, {12, 44, 23, -1}, {0}, {576, -864, -288, 316, 71, -1}, {-7104, -608, 5800, 1168, -670, -108, 1}, {45248, 44096, -19712, -21712, 116, 1768, 151, -1}, {450432, 135424, -346176, -66560, 69008, 7344, -3204, -204, 1}, {2240512, -5071104, -1422080, 2168128, 188672, -212928, -10924, 5960, 265, -1}, {5292544, -27469312, 33984128, 4845952, -6953248, -363232, 455688, 16064, -9714, -336, 1}, {-88076288, 158813184, 142065920, -134528512, -22576128, 18750592, 1438864, -925536, -41344, 15148, 415, -1}}]

CROSSREFS

Cf. A086515.

Adjacent sequences: A137402 A137403 A137404 this_sequence A137406 A137407 A137408

Sequence in context: A108621 A025116 A081720 this_sequence A121922 A054631 A125077

KEYWORD

tabf,uned,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 14 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified January 7 17:35 EST 2009. Contains 152824 sequences.


AT&T Labs Research