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

A086112
Denominator of the mean deviation of a discrete uniform distribution on n elements.
1
1, 2, 3, 1, 5, 2, 7, 1, 9, 2, 11, 1, 13, 2, 15, 1, 17, 2, 19, 1, 21, 2, 23, 1, 25, 2, 27, 1, 29, 2, 31, 1, 33, 2, 35, 1, 37, 2, 39, 1, 41, 2, 43, 1, 45, 2, 47, 1, 49, 2, 51, 1, 53, 2, 55, 1, 57, 2, 59, 1, 61, 2, 63, 1, 65, 2, 67, 1, 69, 2, 71, 1, 73, 2, 75, 1, 77, 2, 79, 1, 81, 2, 83
OFFSET
1,2
COMMENTS
0, 1/2, 2/3, 1, 6/5, 3/2, 12/7, ...
LINKS
Eric Weisstein's World of Mathematics, Uniform Distribution
MATHEMATICA
Denominator[Table[If[OddQ[n], (n^2-1)/(4n), n/4], {n, 100}]]
CROSSREFS
Cf. A086111.
Sequence in context: A134194 A308707 A158584 * A138798 A277708 A360496
KEYWORD
nonn,easy,frac
AUTHOR
Eric W. Weisstein, Jul 10 2003
STATUS
approved