Post Reply 
(49G & 33s) OEIS A10785: Repdigit Numbers (in Human Readable Form)
10-13-2022, 08:11 AM (This post was last modified: 10-13-2022 12:16 PM by Gerald H.)
Post: #7
RE: (49G & 33s) OEIS A10785: Repdigit Numbers (in Human Readable Form)
Edit: Line 14 corrected.

Yes, now gives correct answers.

Code:
1.    LBL C
2.    1
3.    STO U
4.    -
5.    STO N
6.    9
7.    STO I
8.    INT/
9.    RCL+ U
10.    x<> N
11.    RCL I
12.    RMDR
13.    RCL+ U
14.    RCL N
15.    RTN

C: LN = 69
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (49G & 33s) OEIS A10785: Repdigit Numbers (in Human Readable Form) - Gerald H - 10-13-2022 08:11 AM



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