OFFSET
1,2
LINKS
Paul Cooijmans, Numbers, Item 16.
Paul Cooijmans, Short Test For Genius, Item 32.
EXAMPLE
0; 6,0; 1,6,0; 8,1,6,0; 0,8,1,6,0; 3,0,8,1,6,0; 3,3,0,8,1,6,0; 9,3,3,0,8,1,6,0;... (reverse order of 0.6; 0.61; 0.618; 0.6180; 0.61803; 0.618033; 0.6180339;...)
PROG
(PARI) a(n)=if(n<1, 0, default(realprecision, n+2); floor((-1/2+sqrt(5)/2)*10^(n-1))%10); b(n)=1+binomial(1+floor(1/2+sqrt(2*n)), 2)-n; for(n=1, 120, print1(a(b(n)), ", ")
CROSSREFS
KEYWORD
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 07 2004
STATUS
approved