Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122838
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122838 Triangular array read by rows: row n gives coefficients of p(n)(x), where p(0)=1, p(1)=x-1, p(n) = (x-fibonacci(n))*p(n-1)-(n-1)*p(n-2). +0
1
1, -1, 1, 0, -2, 1, 2, 2, -4, 1, -6, 2, 11, -7, 1, 22, -24, -37, 42, -12, 1, -146, 204, 217, -338, 133, -20, 1, 1766, -2654, -2395, 4359, -1995, 387, -33, 1, -36064, 56072, 46122, -91568, 45323, -9982, 1073, -54, 1, 1212048, -1921280, -1492916, 3124562, -1616590, 381615, -46200, 2901, -88, 1, -66338064 (list; table; graph; listen)
OFFSET

0,5

EXAMPLE

{1},

{-1, 1},

{0, -2, 1},

{2, 2, -4, 1},

{-6, 2, 11, -7, 1},

{22, -24, -37, 42, -12, 1},

{-146, 204, 217, -338, 133, -20,1},

{1766, -2654, -2395, 4359, -1995, 387, -33, 1},

{-36064, 56072, 46122, -91568, 45323, -9982, 1073, -54, 1},

{1212048, -1921280, -1492916, 3124562, -1616590, 381615, -46200, 2901, -88, 1},

MAPLE

p:=proc(n) option remember; if n = 0 then RETURN(1); fi; if n = 1 then RETURN(x-1); fi; sort(expand((x-fibonacci(n))*p(n-1)-(n-1)*p(n-2))); end; (N. J. A. Sloane)

CROSSREFS

Sequence in context: A143775 A003165 A158379 this_sequence A050378 A161833 A139318

Adjacent sequences: A122835 A122836 A122837 this_sequence A122839 A122840 A122841

KEYWORD

tabl,sign

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Oct 23 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Oct 24 2006

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 December 11 12:57 EST 2009. Contains 170656 sequences.


AT&T Labs Research