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”).
%I #15 Jun 11 2024 07:45:36
%S 1,3,9,28,87,273,857,2692,8457,26568,83465,262213,823766,2587937,
%T 8130243,25541911,80242279,252088554,791959549,2488014301,7816327450,
%U 24555716894,77144059797,242355211526,761381352089,2391950062303,7514532743484,23607600862089,74165465437218
%N a(0) = 1, a(n) = floor(a(n - 1)*Pi).
%C Coincides with first 11 terms of A085839.
%F a(n) = A115239(n), n > 0. [From _R. J. Mathar_, Oct 27 2008]
%t NestList[Floor[# \[Pi]]&, 1, 30] (* _Harvey P. Dale_, Mar 28 2011 *)
%Y Cf. A085839, A001672.
%Y Essentially the same as A115239.
%K nonn
%O 0,2
%A _Rolf Pleisch_, Jan 29 2008