Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117744
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
%I A117744
%S A117744 0,0,0,1,1,1,1,2,3,4,2,5,10,17,26,2,11,32,71,134,227,3,25,103,297,691,
%T A117744 1393,2535,4,57,332,1243,3564,8549,18052,34647,6,130,1070,5202,18382,
%U A117744 52466,128550,280930,561782,9,297,3449,21771,94809,321989,915417
%N A117744 Triangle read by rows: a(n,m) = coefficient of x^n in p[x] = x/(1 - m*x 
               - x^2 + x^3 - x^5).
%e A117744 0
%e A117744 0, 0
%e A117744 1, 1, 1
%e A117744 1, 2, 3, 4
%e A117744 2, 5, 10, 17, 26
%e A117744 2, 11, 32, 71, 134, 227
%e A117744 3, 25, 103, 297, 691, 1393, 2535
%e A117744 4, 57, 332, 1243, 3564, 8549, 18052, 34647
%e A117744 6, 130, 1070, 5202, 18382, 52466, 128550, 280930, 561782
%e A117744 9, 297, 3449, 21771, 94809, 321989, 915417, 2277879, 5111081, 10559169
%t A117744 (* define the polynomial*) p[x_] = p[x_] = x/(1 - m*x - x^2 + x^3 - x^5); 
               (* Taylor derivative expansion of the polynomial*) a = Table[ Flatten[{{p[0]}, 
               Table[Coefficient[Series[p[x], {x, 0, 30}], x^n], {n, 1, 10}]}], 
               {m, 1, 10}] (*antidiagonal expansion to give triangular function*) 
               b = Join[{{0}}, Delete[Table[Table[a[[n]][[m]], {n, 1, m + 1}], {m, 
               0, 9}], 1]] Flatten[b]
%Y A117744 Cf. A107293; A107321; A107332.
%Y A117744 Sequence in context: A157000 A026346 A120636 this_sequence A091732 A109746 
               A061020
%Y A117744 Adjacent sequences: A117741 A117742 A117743 this_sequence A117745 A117746 
               A117747
%K A117744 nonn,uned,probation,obsc
%O A117744 0,8
%A A117744 Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 14 2006
%E A117744 I partially edited this entry, Jun 13 2006 - N. J. A. Sloane (njas(AT)research.att.com).

    
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 6 22:55 EST 2009. Contains 170429 sequences.


AT&T Labs Research