login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

a(1) = 3; a(n) = read the next a(n-1) base-4 digits of Pi.
0

%I #11 Mar 25 2015 13:56:00

%S 3,9,16234

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

%C The next term is too large to be displayed in full.

%Y The base-10 version of this sequence: A255190.

%Y Cf. A000796 (digits of Pi).

%K nonn,base,bref

%O 1,1

%A _Christian Perfect_, Feb 24 2015