Post Reply 
HP-17BII+ serial
02-03-2016, 02:21 AM
Post: #17
RE: HP-17BII+ serial
(02-03-2016 01:51 AM)Elwin Wrote:  
(02-02-2016 09:25 AM)Elwin Wrote:  I did some tests with my silver 17BII+ and found something that allows you access all the numbers in the sequence while still iterating twice each time it runs.

RAN#=L(A:FP(9821xSEED+.211327))+0xL(SEED:G(A))

The first iteration is stored in RAN# and the second iteration is stored in SEED. Solving for RAN# a second time produces the third and fourth numbers in the sequence.

Nothing changes if you multiply the first L() by 0 instead of the second.

I haven't been able to figure out why it works this way.

As it turns out you can get the same results by just removing the G() from the original equation.

So RAN#=L(SEED:FP(9821xG(SEED)+.211327)) becomes
RAN#=L(SEED:FP(9821xSEED+.211327)) and the first number is stored in RAN# and the second number is stored in SEED.

But if you change G(SEED) to SEED, then SEED will appear in the displayed menu, which will allow the user to change it, and that may not be what you want.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP-17BII+ serial - tomisan - 02-01-2016, 12:19 PM
RE: HP-17BII+ serial - Don Shepherd - 02-01-2016, 01:26 PM
RE: HP-17BII+ serial - tomisan - 02-01-2016, 03:24 PM
RE: HP-17BII+ serial - Don Shepherd - 02-01-2016, 04:45 PM
RE: HP-17BII+ serial - rprosperi - 02-01-2016, 11:21 PM
RE: HP-17BII+ serial - Didier Lachieze - 02-02-2016, 01:07 AM
RE: HP-17BII+ serial - Don Shepherd - 02-02-2016, 02:42 AM
RE: HP-17BII+ serial - tomisan - 02-02-2016, 03:36 AM
RE: HP-17BII+ serial - Don Shepherd - 02-02-2016, 04:38 AM
RE: HP-17BII+ serial - tomisan - 02-02-2016, 05:56 AM
RE: HP-17BII+ serial - Don Shepherd - 02-02-2016, 02:40 PM
RE: HP-17BII+ serial - tomisan - 02-02-2016, 06:22 PM
RE: HP-17BII+ serial - Don Shepherd - 02-02-2016, 07:15 PM
RE: HP-17BII+ serial - Elwin - 02-02-2016, 09:25 AM
RE: HP-17BII+ serial - Elwin - 02-03-2016, 01:51 AM
RE: HP-17BII+ serial - Don Shepherd - 02-03-2016 02:21 AM
RE: HP-17BII+ serial - rprosperi - 02-02-2016, 09:03 PM
RE: HP-17BII+ serial - tomisan - 02-15-2016, 08:09 AM
RE: HP-17BII+ serial - Don Shepherd - 02-15-2016, 10:14 PM



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