login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160039 Numerators of n!*(1 + 1/2 + 1/3 +...+ 1/(n+1)) 1
1, 3, 11, 25, 274, 294, 13068, 13698, 114064, 1062864, 120543840, 123870240, 19802759040, 20247546240, 289277533440, 4420892649600, 1223405590579200, 1243166003251200, 431565146817638400, 437647401838080000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The denominators of n!*(1 + 1/2 + 1/3 +...+ 1/(n+1)) are A014973 with offset 0.
LINKS
MAPLE
FH := n -> numer(n!*add(1/i, i=1..n+1)); seq(FH(i), i=0..20);
MATHEMATICA
Table[Numerator[n! HarmonicNumber[n+1]], {n, 0, 19}] (* Jean-François Alcover, Jun 17 2019 *)
CROSSREFS
Cf. A014973 (denominators).
Sequence in context: A124078 A096795 A362176 * A272296 A051925 A211811
KEYWORD
easy,frac,nonn
AUTHOR
Peter Luschny, Apr 30 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 07:26 EDT 2024. Contains 371782 sequences. (Running on oeis4.)