login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A134915
a(0) = 1, a(n) = floor(a(n - 1)*Pi).
5
1, 3, 9, 28, 87, 273, 857, 2692, 8457, 26568, 83465, 262213, 823766, 2587937, 8130243, 25541911, 80242279, 252088554, 791959549, 2488014301, 7816327450, 24555716894, 77144059797, 242355211526, 761381352089, 2391950062303, 7514532743484, 23607600862089, 74165465437218
OFFSET
0,2
COMMENTS
Coincides with first 11 terms of A085839.
FORMULA
a(n) = A115239(n), n > 0. [From R. J. Mathar, Oct 27 2008]
MATHEMATICA
NestList[Floor[# \[Pi]]&, 1, 30] (* Harvey P. Dale, Mar 28 2011 *)
CROSSREFS
Essentially the same as A115239.
Sequence in context: A225114 A085839 A115239 * A339064 A118365 A095716
KEYWORD
nonn
AUTHOR
Rolf Pleisch, Jan 29 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 20 05:37 EDT 2024. Contains 376016 sequences. (Running on oeis4.)