The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
(39G) OEIS A027868: Trailing Zeros of a Factorial
09-12-2017, 05:53 PM (This post was last modified: 09-12-2017 05:54 PM by Gerald H.)
Post: #1
(39G) OEIS A027868: Trailing Zeros of a Factorial
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):
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(39G) OEIS A027868: Trailing Zeros of a Factorial - Gerald H - 09-12-2017 05:53 PM



User(s) browsing this thread: 2 Guest(s)