Post Reply 
HP 49G Programming Challenge: OEIS A014261, Integers with exclusively Odd Digits
08-29-2017, 01:07 PM
Post: #9
RE: HP 49G Programming Challenge: OEIS A014261, Integers with exclusively Odd Digits
A bit different than the actual challenge, this program returns all 155 numbers < 1000 in about 68 seconds. Requires DavidM's ListExt library and GoferLists.

Code:
\<< 1 999 1 Seq
    \<< I\->NL LPROD 2 MOD 
    />> Filter
\>>

John
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP 49G Programming Challenge: OEIS A014261, Integers with exclusively Odd Digits - John Keith - 08-29-2017 01:07 PM



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