Post Reply 
Fibonacci numbers without programming
02-28-2024, 12:19 AM (This post was last modified: 02-28-2024 12:30 AM by Thomas Klemm.)
Post: #16
RE: Fibonacci numbers without programming
From Musings on the HP-70:

Fibonacci Sequence

Initialisation

DSP 0
CLR
STO M
1

Loop

M+
x<>y


Result

0.
1.
1.
2.
3.
5.
8.
13.
21.
34.


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


Messages In This Thread
RE: Fibonacci numbers without programming - Thomas Klemm - 02-28-2024 12:19 AM



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