Post Reply 
Programming puzzle: Longest list of regular numbers?
04-17-2017, 01:42 AM
Post: #6
RE: Programming puzzle: Longest list of regular numbers?
Tip: These are just the "Hamming numbers".

A quick-and-dirty TI-86 program for a simplistic algorithm got me H(395)=295,245.

A similar program for my Casio fx-9860g Slim failed at about 24 seconds, as it had already found 999 and hit the maximum length of a list. Would have to work around this by garbage collecting unneeded entries from the beginning of the list to keep it short.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming puzzle: Longest list of regular numbers? - Dave Britten - 04-17-2017 01:42 AM



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