cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A084252 A measure of how close r^n is to an integer where r is the real root of x^3-x-1, i.e.. r = (1/2 + sqrt(23/108))^(1/3) + (1/2 - sqrt(23/108))^(1/3) = 1.3247.... (Higher absolute value of a(n) means closer, negative means less than closest integer.)

Original entry on oeis.org

3, -4, 3, 13, 13, 2, 6, 2, -2, -3, 21, 5, -3, 4, -10, -18, 7, -6, 10, -139, -16, 11, -14, 39, 54, -23, 23, -39, 3479, 53, -40, 52, -158, -165, 78, -81, 148, 2429, -177, 140, -191, 657, 517, -269, 289, -563, -3923, 595, -492, 702, -2833, -1645, 933, -1041, 2156, 9021, -2012, 1740, -2590, 12872, 5304, -3242, 3756
Offset: 1

Views

Author

Henry Bottomley, May 22 2003

Keywords

Examples

			a(4)=13 since r^4 = 3.0795956..., 1/(3.0795956...-round(3.0795956...)) = 1/0.0795956... = 12.5635... and round(12.5635...) = 13.
		

Crossrefs

Positive values when n is in A051016 and negative when n is in A051017.

Formula

a(n) = round(1/(r^n - round(r^n))).