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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095716 a(n) = integer nearest Pi*a(n-1), where a(0) = 1. 1
1, 3, 9, 28, 88, 276, 867, 2724, 8558, 26886, 84465, 265355, 833637, 2618948, 8227668, 25847981, 81203827, 255109346, 801449647, 2517828323, 7909990963, 24849969499, 78068481620, 245259368334, 770505029782, 2420612941117 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a[0] = 1; a[n_] := Round[Pi*a[n - 1]]; Table[a[n], {n, 0, 30}] (* Clark Kimberling, Aug 18 2012 *)
CROSSREFS
Cf. A024581.
Sequence in context: A134915 A339064 A118365 * A124820 A022020 A195675
KEYWORD
nonn
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 07 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)