login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A130719
a(n) = n-th digit after the decimal point of the decimal representation of the n-th harmonic number.
0
0, 0, 3, 3, 3, 0, 1, 4, 3, 9, 7, 0, 7, 2, 3, 2, 3, 0, 4, 8, 1, 8, 4, 3, 6, 1, 1, 6, 9, 4, 4, 0, 9, 1, 3, 7, 1, 4, 2, 6, 0, 6, 0, 2, 3, 5, 2, 9, 4, 5, 3, 6, 7, 8, 4, 3, 5, 3, 3, 5, 0, 5, 2, 1, 0, 2, 0, 8, 8, 7, 0, 0, 1, 7, 9, 9, 8, 5, 1, 0
OFFSET
1,3
LINKS
Eric Weisstein's World of Mathematics, Harmonic Series.
EXAMPLE
a(7) = 1 because the 7th harmonic number is 1/1+1/2+1/3+1/4+1/5+1/6+1/7 = 2.592857143... and 1 is the 7th digit after the decimal point.
MATHEMATICA
Table[Last[RealDigits[HarmonicNumber[n], 10, n+1][[1]]], {n, 80}] (* Harvey P. Dale, Nov 28 2013 *)
CROSSREFS
Sequence in context: A002073 A247093 A329273 * A143606 A126660 A202698
KEYWORD
base,nonn
AUTHOR
Stephen Casey (hexomino(AT)gmail.com), Jul 03 2007
STATUS
approved