Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102036
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102036 Triangle, read by rows, where the terms are generated by the rule: T(n,k) = T(n-1,k) + T(n-1,k-1) + T(n-2,k-1) + T(n-3,k-1), with T(0,0)=1. +0
2
1, 1, 1, 1, 3, 1, 1, 6, 5, 1, 1, 9, 15, 7, 1, 1, 12, 33, 28, 9, 1, 1, 15, 60, 81, 45, 11, 1, 1, 18, 96, 189, 161, 66, 13, 1, 1, 21, 141, 378, 459, 281, 91, 15, 1, 1, 24, 195, 675, 1107, 946, 449, 120, 17, 1, 1, 27, 258, 1107, 2349, 2673, 1742, 673, 153, 19, 1 (list; graph; listen)
OFFSET

0,5

COMMENT

Row sums form A077939. This sequence was inspired by Luke Hanna.

EXAMPLE

Generated by adding preceding terms in the triangle

at positions that form the letter 'L': T(n,k) =

T(n-3,k-1) +

T(n-2,k-1) +

T(n-1,k-1) + T(n-1,k).

Rows begin:

[1],

[1,1],

[1,3,1],

[1,6,5,1],

[1,9,15,7,1],

[1,12,33,28,9,1],

[1,15,60,81,45,11,1],

[1,18,96,189,161,66,13,1],

[1,21,141,378,459,281,91,15,1],...

PROGRAM

(PARI) {T(n, k)=if(n<k|k<0, 0, if(n==0, 1, T(n-1, k)+T(n-1, k-1)+T(n-2, k-1)+T(n-3, k-1)))}

CROSSREFS

Cf. A077939.

Sequence in context: A125230 A128101 A124802 this_sequence A121524 A103141 A085478

Adjacent sequences: A102033 A102034 A102035 this_sequence A102037 A102038 A102039

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 30 2004

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 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research