← RoseCode

ROSECODE 450

A Staggering Sequence

Philippe_57721 · Programming ·

Let the following sequence:
- c1=2
- cn=cn1×(cn1+n+140)n

- What is the first index n such as cn is not an integer?
- How many digits does the integer part of cn have?

Answer format: n,number of digits

[My timing : < 1 sec]