Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123166
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123166 Row sums of A123162. +0
2
1, 2, 5, 17, 65, 257, 1025, 4097, 16385, 65537, 262145, 1048577, 4194305, 16777217, 67108865, 268435457, 1073741825, 4294967297, 17179869185, 68719476737, 274877906945 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n)=1+sum{k=0..n, C(2n-1,2k-1)}; - Paul Barry (pbarry(AT)wit.ie), May 26 2008

a(n)=A052539(n-2), n>1. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 18 2008

MAPLE

a[0]:=0:a[1]:=1:for n from 2 to 50 do a[n]:=4*a[n-1] od: seq(a[n]+sum((k), k=0..1), n=0..20); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 20 2008

MATHEMATICA

t[n_, m_] = If [n == m == 0 || m == 0, 1, (2*n - 1)!/((2*(n - m))!*(2*m - 1)!)]; a = Table[Sum[t[n, m], {m, 0, n}], {n, 0, 20}]

CROSSREFS

Sequence in context: A090902 A150012 A150013 this_sequence A052539 A008932 A062881

Adjacent sequences: A123163 A123164 A123165 this_sequence A123167 A123168 A123169

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Oct 04 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research