Post Reply 
(49G) OEIS A034886: Number of Digits of N!
09-23-2017, 12:00 PM
Post: #1
(49G) OEIS A034886: Number of Digits of N!
For natural number input N the programme returns the number of digits in N!.

For info see

https://oeis.org/A034886



Code:
::
  CK1&Dispatch
  BINT1
  ::
    DUP
    %2
    %<
    casedrop
    %1
    %>%%
    %% 1.83787706409345E0
    OVERDUP
    %%+
    DUPUNROT
    %%-
    ROT
    %%LN
    ROT
    %%1+_
    %%*
    %%+
    %% 4.60517018598809E0
    %%/
    %%INT
    %%1
    %%+
    %%>%
  ;
;
Find all posts by this user
Quote this message in a reply
Post Reply 




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