HP Forums

Full Version: (39G) OEIS A027868: Trailing Zeros of a Factorial
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The programme inserts symbolics in the Sequence App to produce the series

https://oeis.org/A027868

Code:
RECURSE(U,IFTE(N>4,U2(N)+U1(U2(N)),0),0,0)►U1(N):
CHECK 1:
RECURSE(U,INT(N/5),0,0)►U2(N):
Reference URL's