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!)
A090137 Numerator of the probability that the sum of n uniform picks on [0,1] is first greater than 2 (i.e., the sum of n-1 is not). 2
0, 0, 1, 1, 11, 13, 19, 1, 247, 251, 1013, 509, 1361, 1363, 16369, 2047, 65519, 851, 233, 14563, 209711, 29959, 46091, 1048573, 5592397, 5592401, 67108837, 1342177, 20648879, 268435441, 357913931, 22369621, 4294967263, 4294967279 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
Eric Weisstein's World of Mathematics, Uniform Sum Distribution.
FORMULA
a(n) = numerator((n-2)*(2^(n-1)-n)/n!). - Amiram Eldar, Apr 12 2022
EXAMPLE
0, 0, 1/6, 1/3, 11/40, 13/90, 19/336, ...
MATHEMATICA
a[n_] := Numerator[(n - 2)*(2^(n - 1) - n)/n!]; Array[a, 50] (* Amiram Eldar, Apr 12 2022 *)
CROSSREFS
Cf. A090138 (denominators).
Sequence in context: A154523 A107932 A143365 * A358573 A306926 A205707
KEYWORD
nonn,frac
AUTHOR
Eric W. Weisstein, Nov 22 2003
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 March 29 07:27 EDT 2024. Contains 371265 sequences. (Running on oeis4.)