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.

A059658 First differences of A059657.

Original entry on oeis.org

27, 46, 46, 12, 46, 73, 31, 15, 12, 46, 46, 58, 15, 46, 12, 46, 58, 46, 27, 46, 46, 12, 46, 27, 46, 46, 58, 46, 27, 31, 15, 46, 12, 46, 58, 61, 12, 46, 46, 58, 27, 34, 12, 46, 58, 27, 46, 31, 15, 46, 12, 46, 73, 46, 12, 46, 104, 15, 12, 34, 12, 46, 58, 27, 46, 46, 58, 46, 27
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.