cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A095998 n! * (fractional part of n-th harmonic number).

This page as a plain text file.
%I A095998 #9 Apr 09 2014 10:13:40
%S A095998 0,1,5,2,34,324,2988,28944,300816,3371040,793440,49438080,1121696640,
%T A095998 21930773760,416139897600,7965912729600,156343306291200,
%U A095998 3169866941337600,66629845591142400,1454242012231680000
%N A095998 n! * (fractional part of n-th harmonic number).
%F A095998 a(n) = n! * fractional part ( harmonic number (n)).
%F A095998 a(n) also equals n!*(sum{k=1 to n} 1/k) (mod n!). - _Leroy Quet_, Mar 20 2008
%t A095998 f[n_] := n!*FractionalPart[HarmonicNumber[n]]; Table[ f[n], {n, 22}]
%K A095998 nonn
%O A095998 1,3
%A A095998 _Robert G. Wilson v_, Jul 19 2004, based on a suggestion from _Leroy Quet_, Jun 18 2004