Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144456
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144456 A triangle sequence of coefficients of polynomials with roots that 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 + 1/Prime[i], {i, 1, n - 1}]]. (Correction to previous submission). +0
1
1, -1, 1, -2, -3, 2, -6, -29, -31, 6, -30, -299, -920, -869, 30, -210, -3569, -21193, -51769, -43853, 210, -2310, -64679, -665252, -3136692, -6760012, -5333173, 2310, -30030, -1231229, -19579519, -153212408, -618042328, -1212020249, -901760539, 30030, -510510, -29609579, -688677932 (list; graph; listen)
OFFSET

1,4

COMMENT

Row sums are:

{1, 0, -3, -60, -2088, -120384, -15959808, -2905846272, -889216828416, -337903021854720, -186522486457466880}.

FORMULA

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

EXAMPLE

{1},

{-1, 1},

{-2, -3, 2},

{-6, -29, -31, 6},

{-30, -299, -920, -869, 30},

{-210, -3569, -21193, -51769, -43853, 210},

{-2310, -64679, -665252, -3136692, -6760012, -5333173, 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 + 1/Prime[i], {i, 1, n - 1}]]; Table[CoefficientList[p[x, n], x], {n, 0, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A143806 A109878 A104565 this_sequence A051886 A118007 A158747

Adjacent sequences: A144453 A144454 A144455 this_sequence A144457 A144458 A144459

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