login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085839 a(0)=1, a(1)=3, a(n)=floor[(pi+1/pi)*a(n-1)-a(n-2)]. 3
1, 3, 9, 28, 87, 273, 857, 2692, 8457, 26568, 83465, 262212, 823762, 2587924, 8130202, 25541782, 80241874, 252087281, 791955549, 2488001734, 7816287969, 24555592861, 77143670136, 242353987370, 761377506289, 2391937980365 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n+1)/a(n) converges to pi.

MATHEMATICA

a[n_] := a[n] = Floor[(Pi + 1/Pi)a[n - 1] - a[n - 2]]; Table[a[n], {n, 0, 25}] (Robert G. Wilson v)

CROSSREFS

Cf. A085421, A085422.

Sequence in context: A052541 A024738 A052939 * A134915 A115239 A118365

Adjacent sequences:  A085836 A085837 A085838 * A085840 A085841 A085842

KEYWORD

nonn

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Jul 05 2003

EXTENSIONS

Edited by Don Reble (djr(AT)nk.ca), Nov 14 2005

Definition corrected by Robert G. Wilson v, Apr 26 2006.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:07 EST 2012. Contains 205856 sequences.