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!)
A103308 Reduced denominators of the central moments of the distribution of random line segments picked on a unit line segment. 1
18, 135, 135, 1701, 20412, 1458, 32805, 1082565, 144342, 2302911, 48361131, 18600435, 191318760, 975725676, 243931419, 2453663097, 14721978582, 903981141, 268482398877, 2646469360359, 962352494676, 4707158941350 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
Eric Weisstein's World of Mathematics, Line Line Picking.
FORMULA
a(n) = denominator((2^(n+3)+(-1)^n*2*(3*n+5))/((n+1)*(n+2)*3^(n+2))). - Amiram Eldar, Apr 14 2022
EXAMPLE
1/18, 1/135, 1/135, 4/1701, 31/20412, 1/1458, 13/32805, 224/1082565, ...
MATHEMATICA
a[n_] := Denominator[(2^(n + 3) + (-1)^n*2*(3*n + 5))/((n + 1)*(n + 2)*3^(n + 2))]; Array[a, 20, 2] (* Amiram Eldar, Apr 14 2022 *)
CROSSREFS
Cf. A103307 (numerators).
Sequence in context: A299932 A058649 A273222 * A320677 A010824 A022710
KEYWORD
nonn,frac
AUTHOR
Eric W. Weisstein, Jan 28 2005
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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)