|
Search: id:A112290
|
|
|
| A112290 |
|
Numerator of sum{k=1 to n} 1/S(n,k), where S(n,k) is a Stirling number of the second kind. |
|
+0 2
|
|
| 1, 2, 7, 97, 331, 77089, 562609, 19352053463, 6781959158383, 4060488497950626661, 2877117441205884350399, 7936150834464388482084637351, 21924183158935156780838459
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
a(4) = 97, the numerator of 1/1 + 1/7 + 1/6 + 1 = 97/42.
The first few fractions are: 1, 2, 7/3, 97/42, 331/150, 77089/36270, 562609/270900,
|
|
MAPLE
|
with(combinat): a:=n->numer(sum(1/stirling2(n, k), k=1..n)): seq(a(n), n=1..15); (Deutsch)
|
|
MATHEMATICA
|
f[n_] := Sum[1/StirlingS2[n, k], {k, n}]; Table[Numerator[f[n]], {n, 15}] (*Chandler*)
|
|
CROSSREFS
|
Cf. A112291.
Sequence in context: A123995 A056161 A076740 this_sequence A072059 A087589 A002812
Adjacent sequences: A112287 A112288 A112289 this_sequence A112291 A112292 A112293
|
|
KEYWORD
|
nonn,frac
|
|
AUTHOR
|
Leroy Quet (qq-quet(AT)mindspring.com), Sep 01 2005
|
|
EXTENSIONS
|
Extended by Emeric Deutsch (deutsch(AT)duke.poly.edu) and Ray Chandler (rayjchandler(AT)sbcglobal.net), Sep 02 2005
|
|
|
Search completed in 0.002 seconds
|