Write a WP 34S program that displays (and keeps displaying) at least the first 10 correct digits of Brun's Constant, B = 1.902160583104 (the last two digits are uncertain). The maximum number of steps is 10, plus one for each additional digit, up to 12 steps (LBL and END included).
Tip: the following approximation may be used:
B ~ Sqrt(Phi*Sqrt(5.0005)) = 1.90216058363where
Phi = (sqrt(5) + 1)/2I have only a 10-step solution:
001 LBL BGerson.
002
003
004
005
006
007
008
009
010 ENDB --> 1.90216058363
Edited: 27 Dec 2012, 12:09 a.m.