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.

Showing 1-2 of 2 results.

A059660 First differences of A059659.

Original entry on oeis.org

3, 1, 3, 2, 3, 3, 1, 3, 2, 3, 2, 1, 3, 1, 3, 4, 4, 1, 3, 4, 3, 2, 3, 3, 4, 2, 3, 3, 3, 1, 3, 2, 2, 1, 3, 1, 3, 4, 4, 1, 2, 1, 3, 4, 2, 3, 3, 4, 3, 2, 2, 1, 3, 1, 3, 2, 2, 1, 3, 1, 3, 3, 4, 2, 2, 1, 3, 4, 5, 2, 1, 3, 1, 3, 2, 3, 3, 1, 3, 5, 2, 1, 3, 1, 3, 4, 5, 3, 3, 1, 3, 2, 3, 3, 1, 3, 2, 3, 3, 3, 1, 3, 4, 1, 3
Offset: 1

Views

Author

Antti Karttunen, Feb 03 2001

Keywords

A059651 a(n) = [[(k^2)*n]-(k*[k*n])], where k = cube root of 2 and [] is the floor function.

Original entry on oeis.org

0, -1, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, -1, -1, 0, 1, -1, 0, -1, 0, 0, -1, 0, -1, -1, 0, 0, -1, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1, -1, 0, 1, -1, 0, 0, 0, -1, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, -1, -1, 0, 0, -1, -1, 0, 1, -1, 0, 0, 0, -1, 0, 0, 0, -1, -1, 0, -1, -1, 0, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0
Offset: 0

Views

Author

Antti Karttunen, Feb 03 2001

Keywords

Comments

The values of (floor((k^2)*j)-(k*(floor(k*j)))) for j=0..50, where k=2^(1/3), are 0, -0.259921, 0.480158, 0.220237, -0.299605, -0.559526, 0.180553, 0.92063, -0.59921, ...

Crossrefs

A059648 gives similar sequence for k=sqrt(2). Positions of +1's: A059657, positions of -1's A059659.

Programs

  • Maple
    Digits := 89; floor_diffs_floored(evalf(2^(1/3)),120);
Showing 1-2 of 2 results.