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!)
A051017 Numbers n for which r^n-floor(r^n) > 1/2, where r is the real root of x^3-x-1. 6
2, 9, 10, 13, 15, 16, 18, 20, 21, 23, 26, 28, 31, 33, 34, 36, 39, 41, 44, 46, 47, 49, 51, 52, 54, 57, 59, 62, 64, 65, 67, 69, 70, 72, 75, 77, 80, 82, 83, 85, 87, 88, 90, 93, 95, 96, 98, 100, 101, 103, 106, 108, 111, 113, 114, 116, 118, 119, 121, 124, 126, 129, 131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For large powers, r^n is very close to an integer.
LINKS
Eric Weisstein's World of Mathematics, Pisot Number
MATHEMATICA
Flatten[ With[ {r = Root[ -1 - #1 + #1^3 &, 1 ]}, Position[ Table[ r^n - Floor[ r^n ], {n, 1, 200} ], _?(#1 > 1/2 & ), 1 ] ] ]
CROSSREFS
Sequence in context: A218560 A031443 A344145 * A078180 A058890 A369205
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Don Reble, May 04 2006
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)