Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144455
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144455 A triangle sequence of coefficients of polynomials with roots thast are inverse primes: a(n)=Prime[n](a(n-1); p(x,n)=If[n == 0, 1, a[n - 1]*(x - a[n - 1])*Product[x + Prime[i], {i, 1, n - 1}]]. +0
1
1, -1, 1, -8, 0, 2, -216, -144, -6, 6, -27000, -27000, -8070, -600, 30, -9261000, -10848600, -4402230, -728490, -40530, 210, -12326391000, -15613428600, -7239662430, -1533659820, -148745520, -5271420, 2310, -27081081027000, -36396684324000, -18558752282070, -4600370144370 (list; graph; listen)
OFFSET

1,4

COMMENT

Row sums are:

{1, 0, -6, -360, -62640, -25280640, -36867156480, -87262563548160, -453954083074652160, -3277554562054009036800, -41611836823332419189145600}.

FORMULA

a(n)=Prime[n](a(n-1); p(x,n)=If[n == 0, 1, a[n - 1]*(x - a[n - 1])*Product[x + Prime[i], {i, 1, n - 1}]]; t(n,m)=coefficients(p(x,n)).

EXAMPLE

{1},

{-1, 1},

{-8, 0, 2},

{-216, -144, -6, 6},

{-27000, -27000, -8070, -600,30},

{-9261000, -10848600, -4402230, -728490, -40530, 210},

{-12326391000, -15613428600, -7239662430, -1533659820, -148745520, -5271420, 2310},

MATHEMATICA

a[0] = 1; a[n_] := a[n] = Prime[n]*a[n - 1]; p[x_, n_] := If[n == 0, 1, a[n - 1]*(x - a[n - 1])*Product[x + Prime[i], {i, 1, n - 1}]]; Table[CoefficientList[p[x, n], x], {n, 0, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A062522 A117888 A094240 this_sequence A020837 A154214 A019959

Adjacent sequences: A144452 A144453 A144454 this_sequence A144456 A144457 A144458

KEYWORD

uned,sign

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Oct 07 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research