Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124959
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124959 Triangle read by rows: T(n,k)=a(k)*binom(n,k) (0<=k<=n), where a(0)=1, a(1)=2, a(k)=a(k-1)+3a(k-2) for k>=2 (a(k)=A006138(k)). +0
1
1, 1, 2, 1, 4, 5, 1, 6, 15, 11, 1, 8, 30, 44, 26, 1, 10, 50, 110, 130, 59, 1, 12, 75, 220, 390, 354, 137, 1, 14, 105, 385, 910, 1239, 959, 314, 1, 16, 140, 616, 1820, 3304, 3836, 2512, 725, 1, 18, 180, 924, 3276, 7434, 11508, 11304, 6525, 1667, 1, 20, 225, 1320, 5460 (list; table; graph; listen)
OFFSET

0,3

COMMENT

Sum of entries in row n = A006190(n+1).

EXAMPLE

First few rows of the triangle are:

1;

1, 2;

1, 4, 5;

1, 6, 15, 11;

1, 8, 30, 44, 26;

1, 10, 50, 110, 130, 59;

...

MAPLE

a:=proc(n) if n=0 then 1 elif n=1 then 2 else a(n-1)+3*a(n-2) fi end: T:=(n, k)->a(k)*binomial(n, k): for n from 0 to 10 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A006138, A006190.

Adjacent sequences: A124956 A124957 A124958 this_sequence A124960 A124961 A124962

Sequence in context: A021983 A038730 A050166 this_sequence A081281 A108198 A121289

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Nov 13 2006

EXTENSIONS

Edited by njas, Dec 03 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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research