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”).

A110800
n-th digit after decimal point in decimal expansion of n/(n+1).
1
5, 6, 0, 0, 3, 2, 0, 8, 0, 0, 6, 6, 4, 3, 0, 2, 4, 8, 0, 5, 4, 6, 3, 0, 4, 6, 4, 8, 6, 0, 0, 6, 4, 4, 2, 2, 4, 7, 0, 0, 9, 6, 7, 7, 4, 2, 6, 1, 0, 8, 0, 6, 8, 8, 8, 8, 4, 8, 3, 0, 4, 8, 0, 6, 4, 2, 5, 8, 5, 0, 1, 6, 4, 6, 6, 0, 7, 8, 0, 2, 4, 6, 9, 2, 4, 8, 3, 8, 8, 0, 9, 8, 4, 4, 3, 2, 3, 8, 0, 0
OFFSET
1,1
LINKS
EXAMPLE
1/2 = .5 2/3 = .66... 3/4 = .750... 4/5 = .8000... 5/6 = .83333... ...
MATHEMATICA
Table[First[RealDigits[n/(n+1), 10, 2n]][[n]], {n, 100}]
CROSSREFS
Sequence in context: A031364 A078473 A215833 * A021645 A201591 A100220
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Aug 14 2005
EXTENSIONS
More terms from Josh Locker (jlocker(AT)mail.rochester.edu), Oct 04 2005
STATUS
approved