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!)
A090426 a(1) = 1, otherwise a(n) = floor(Pi^(n+1)/(Pi^2 + 1)). 6
0, 1, 2, 8, 28, 88, 277, 872, 2742, 8615, 27066, 85032, 267137, 839236, 2636539, 8282934, 26021606, 81749286, 256822957, 806833116, 2534740992, 7963123679, 25016890850, 78592880512, 246906816042, 775680639401, 2436872598274, 7655661052474, 24050968520828 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n+1)/a(n) converges to Pi.
LINKS
FORMULA
Let b(0)=0; b(1)=1; b(n+2)=(Pi-1/Pi)*b(n+1)+b(n). a(n)=floor(b(n)).
MATHEMATICA
Join[{0, 1}, Table[Floor[Pi^(n + 1)/(Pi^2 + 1)], {n, 2, 28}]] (* Arkadiusz Wesolowski, Apr 20 2012 *)
CROSSREFS
Sequence in context: A087431 A176758 A178222 * A279193 A280279 A060995
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Nov 30 2003
EXTENSIONS
Edited by Don Reble, Nov 14 2005
Name changed by Arkadiusz Wesolowski, Apr 20 2012
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)