login
Decimal digits of Pi whose position is a Fibonacci number.
0

%I #3 Mar 31 2012 14:11:36

%S 3,1,1,4,1,9,5,7,2,8,9,2,9,8,6,1,5,8,8,5,8,9,6,4,0,4,1,8,0,9,2

%N Decimal digits of Pi whose position is a Fibonacci number.

%C Passing the decimal expansion of Pi through the Fibonacci sieve.

%F F(d(Pi)), where F is a Fibonacci number.

%e The 8th term of Fibonacci is 21, so the 8th term of this sequence is the 21st digit of the decimals of Pi: 2

%K nonn,base

%O 3,1

%A _Alexandre Wajnberg_, Sep 28 2004