The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A339393 Denominators of the probability that when a stick is broken up at n-1 points independently and uniformly chosen at random along its length there exist 3 of the n pieces that can form a triangle. 4

%I #9 Oct 16 2023 01:46:36

%S 1,1,4,7,28,56,88,594,5808,415272,8758464,274431872,12856077696,

%T 905435186304,481691519113728,77763074616922464,3824113551749834112,

%U 1437016892446437662976,165559472503434318118656,146602912901791088694069888,200050146291129782743679367168

%N Denominators of the probability that when a stick is broken up at n-1 points independently and uniformly chosen at random along its length there exist 3 of the n pieces that can form a triangle.

%C See A339392 for details.

%H Amiram Eldar, <a href="/A339393/b339393.txt">Table of n, a(n) for n = 1..100</a>

%F a(n) = denominator(1 - Product_{k=2..n} k/(Fibonacci(k+2)-1)).

%t f = Table[k/(Fibonacci[k + 2] - 1), {k, 2, 20}]; Denominator[1 - FoldList[Times, 1, f]]

%Y Cf. A000045, A001791, A084623, A234951, A243398, A339392 (numerators).

%K nonn,frac

%O 1,3

%A _Amiram Eldar_, Dec 04 2020

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 May 28 05:47 EDT 2024. Contains 372902 sequences. (Running on oeis4.)