%I A095713
%S A095713 1,6,1,1,6,1,8,1,6,1,0,8,1,6,1,3,0,8,1,6,1,3,3,0,8,1,6,1,9,3,3,0,8,1,6,
%T A095713 1,8,9,3,3,0,8,1,6,1,8,8,9,3,3,0,8,1,6,1,7,8,8,9,3,3,0,8,1,6,1,4,7,8,8,
%U A095713 9,3,3,0,8,1,6,1,9,4,7,8,8,9,3,3,0,8,1,6,1,8,9,4,7,8,8,9,3,3,0,8,1,6,1
%N A095713 Triangle of numbers obtained by reversing the first n digits of golden
ratio phi and juxtaposing.
%e A095713 1; 6,1; 1,6,1; 8,1,6,1; 0,8,1,6,1;... (reverse order of 1; 1.6; 1.61;
1.618; 1.6180;...)
%o A095713 (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)),
",")
%Y A095713 Cf. A001622.
%Y A095713 Sequence in context: A155824 A138073 A131778 this_sequence A138072 A141600
A011491
%Y A095713 Adjacent sequences: A095710 A095711 A095712 this_sequence A095714 A095715
A095716
%K A095713 base,easy,nonn,tabl
%O A095713 1,2
%A A095713 Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 07 2004
|