Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092690
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092690 Row sums of triangle A092689, which is related to the central trinomial coefficients (A002426). +0
2
1, 2, 7, 22, 71, 226, 717, 2262, 7107, 22246, 69413, 215986, 670441, 2076686, 6420403, 19816362, 61070499, 187953174, 577742469, 1773918642, 5441141589, 16674016758, 51052484343, 156188410098, 477487110429, 1458741494826 (list; graph; listen)
OFFSET

0,2

PROGRAM

(PARI) {T(n, k)=if(n<0|k>n, 0, if(n==0&k==0, 1, if(n==1&k<=1, 1, if(k==n-1, T(n-1, 0), if(k==n, T(n, 0), 2*T(n-1, k)+T(n-1, k+1))))))} a(n)=sum(k=0, n, T(n, k))

CROSSREFS

Cf. A002426, A092683, A092686, A092689.

Sequence in context: A077833 A106438 A109999 this_sequence A030186 A162770 A116387

Adjacent sequences: A092687 A092688 A092689 this_sequence A092691 A092692 A092693

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 04 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 December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research