Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A072287
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A072287 Let f(n, m) = binomial(n - m/2 + 1, n - m + 1) - binomial(n - m/2, n - m + 1) and let s(n) = Sum_{k=0..n} f(n, k); then a(n) = numerator of s(n). +0
2
1, 2, 7, 47, 155, 2027, 6597, 42835, 138875, 3599155, 11654465, 75457289, 244238477, 3161900479, 10232916665, 66231885067, 214336798299, 11097918730051, 35913975952793, 232441522435405, 752199270651129 (list; graph; listen)
OFFSET

0,2

FORMULA

s(0)=1, s(1)=2, s(n+1)=s(n)+s(n-1)+binomial(n-1/2, n) for n>=1.

EXAMPLE

1,2,7/2,47/8,155/16,2027/128,6597/256,42835/1024,138875/2048,...

MATHEMATICA

f[n_, m_] := Binomial[n - m/2 + 1, n - m + 1] - Binomial[n - m/2, n - m + 1]; s[n_] := Sum[ f[n, k], {k, 0, n}]; Table [Numerator[s[n]], {n, 0, 26}]

CROSSREFS

Denominator of s(n+1) = A046161(n).

Sequence in context: A062632 A116892 A054555 this_sequence A091117 A056854 A117141

Adjacent sequences: A072284 A072285 A072286 this_sequence A072288 A072289 A072290

KEYWORD

nonn,easy,frac

AUTHOR

Michele Dondi (bik.mido(AT)tiscalinet.it), Jul 11, 2002

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 13 23:45 EST 2009. Contains 170824 sequences.


AT&T Labs Research