Problem 52779. Easy Sequences 25: Product of Series
The function 'P(n)' is defined as the series product:
where 'T(n)' is the triangular sum:
It can be proven that P(n) is convergent, with:
Write a function that outputs the integer value of 'n' when '3 - P(n)' first becomes less than or equal to a given tolerance 't'.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers16
Suggested Problems
-
7393 Solvers
-
Return a list sorted by number of consecutive occurrences
414 Solvers
-
Split a string into chunks of specified length
1956 Solvers
-
Make a vector of prime numbers
809 Solvers
-
Lunar Arithmetic (Multiplication)
46 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!