HP 40gs Programming: Bug or Blindness?
|
10-03-2017, 12:30 PM
Post: #1
|
|||
|
|||
HP 40gs Programming: Bug or Blindness?
For natural number input I claim the programme below should produce the sequence
https://oeis.org/A018800 However the calculator resolutely refuses to deliver the members of the sequence. Is this a defect of the calculator or have I repeatedly missed an error in the programme? Any suggestions how to get it to work? Code: Ans►N: |
|||
10-08-2017, 05:36 AM
Post: #2
|
|||
|
|||
RE: HP 40gs Programming: Bug or Blindness?
Hi again. Please forget my previous message. Tested your program on the HP40GS emulator and found the error. You only have to replace NEXT: clauses by END: clauses. The program runs fine after these changes. FOR syntax is:
FOR <variable> = <start value> TO <end value> [STEP <increment>] <statements> END |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)