Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A098738
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A098738 a(1) = 1, a(2) = 2, a(3) = 2, a(4) = 3, for n >= 3, a(n+2) = a(n+1) + a(n)*floor(n/2)*ceiling(n/2). +0
1
1, 2, 2, 3, 7, 19, 61, 232, 964, 4676, 23956, 140856, 859536, 5930352, 42030864, 332618112, 2686346496, 23973905664, 217390853376, 2159277212160, 21724454016000, 237652175232000, 2627342116992000, 31383255320064000 (list; graph; listen)
OFFSET

1,2

FORMULA

If a(n) = c(n)*(floor((n-1)/2))!*(ceiling((n-1)/2))!, then for n >= 3, c(n) = the continued fraction [1; 1, 1, 1/2, 1/2, 1/3, 1/3, 1/4, 1/4, ..., ceiling((n-2)/2)], where the total number of rational terms in the continued fraction is (n-1); and c(n+1) also equals, for n>= 3, (sum{j=0 to floor((n-1)/2)} c(n- 2j)) /ceiling(n/2).

MAPLE

a:=array(1..35):a[1]:=1:a[2]:=2:a[3]:=2:a[4]:=3:for n from 3 to 33 do:a[n+2]:=a[n+1]+a[n]*floor(n/2)*ceil(n/2):od:seq(a[i], i=1..35) (M. Hudson)

CROSSREFS

Sequence in context: A117387 A113842 A032161 this_sequence A083701 A076996 A139148

Adjacent sequences: A098735 A098736 A098737 this_sequence A098739 A098740 A098741

KEYWORD

nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Sep 30 2004

EXTENSIONS

More terms from Mark Hudson (mrmarkhudson(AT)hotmail.com), Oct 21 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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research