login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112288 Numerator of sum{k=1 to n} 1/s(n,k), where s(n,k) is an unsigned Stirling number of the first kind. 1
1, 2, 11, 47, 4999, 4589867, 1802849, 80995354865, 10388318700333839827, 129530631982136545940863, 460116344514106299899953231, 1272711183040784735474188752842879054737 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

4 consecutive values are primes: 2, 11, 47, 4999. - Jonathan Vos Post (jvospost3(AT)gmail.com), Sep 08 2005

EXAMPLE

a(4) = 47, the numerator of 1/6 + 1/11 + 1/6 + 1 = 47/33.

The first few fractions are: 1, 2, 11/6, 47/33, 4999/4200.

MAPLE

with(combinat): a:=n->numer(sum(1/abs(stirling1(n, k)), k=1..n)): seq(a(n), n=1..14); (Deutsch)

MATHEMATICA

f[n_] := Sum[1/Abs[StirlingS1[n, k]], {k, n}]; Table[Numerator[f[n]], {n, 15}] (*Chandler*)

CROSSREFS

Cf. A112289.

Sequence in context: A178710 A050929 A019005 * A192699 A003442 A054894

Adjacent sequences:  A112285 A112286 A112287 * A112289 A112290 A112291

KEYWORD

nonn,frac

AUTHOR

Leroy Quet Sep 01 2005

EXTENSIONS

Extended by Emeric Deutsch (deutsch(AT)duke.poly.edu) and Ray Chandler (rayjchandler(AT)sbcglobal.net), Sep 02 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:39 EST 2012. Contains 206058 sequences.