login
a(1)=3; a(n) = read the next a(n-1) decimal digits of Pi.
2

%I #11 Feb 23 2015 23:29:53

%S 3,141,

%T 592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342117067982148086513282306647093844609550582231725359

%N a(1)=3; a(n) = read the next a(n-1) decimal digits of Pi.

%C The binary version of this sequence ends very quickly: it is 11, 001, 0.

%C Is this sequence finite too? (It could terminate if we encounter a really long string of zeros.)

%Y Cf. A000796 (digits of Pi).

%K nonn,base,bref,hard

%O 1,1

%A _Christian Perfect_, Feb 16 2015