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!)
A177738 a(n) = floor( (x^n - x^(-n)) / (x - x^(-1)) ) where x = Pi-2. 1
0, 1, 2, 3, 4, 5, 6, 8, 9, 11, 13, 15, 17, 20, 23, 26, 30, 35, 40, 46, 52, 60, 69, 78, 90, 103, 117, 134, 153, 175, 199, 228, 260, 297, 339, 387, 442, 505, 576, 658, 751, 858, 979, 1118, 1277, 1457, 1664, 1900, 2169, 2476, 2826 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The ratio a(n+1)/a(n) approaches Pi-2 as n approaches infinity, and is lower than even Salem polynomial expansions based on A073011.
The idea is the emulation of quadratic beta integer domains using a transcendental number base with a ratio below A073011.
LINKS
MATHEMATICA
Clear[a, n, b]; b = Pi - 2; a[n_] = (b^n - b^(-n))/(b - b^(-1));
Table[Floor[a[n]], {n, 0, 50}]
CROSSREFS
Sequence in context: A184115 A050418 A011869 * A134030 A226189 A235592
KEYWORD
nonn
AUTHOR
Roger L. Bagula, May 12 2010
EXTENSIONS
Undefined terminology removed from the definition - The Assoc. Eds. of the OEIS, May 14 2010
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 July 25 11:06 EDT 2024. Contains 374588 sequences. (Running on oeis4.)