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.

A325744 First term of n-th difference sequence of (floor(Pi*k/6)), k >= 0.

Original entry on oeis.org

0, 1, -2, 4, -8, 16, -32, 64, -128, 256, -512, 1024, -2048, 4096, -8192, 16384, -32768, 65536, -131072, 262144, -524288, 1048576, -2097151, 4194280, -8388307, 16774590, -33536530, 67007280, -133718550, 266253060, -528213975, 1042120800, -2039889435
Offset: 1

Views

Author

Clark Kimberling, Jun 06 2019

Keywords

Crossrefs

Programs

  • Mathematica
    Table[First[Differences[Table[Floor[(Pi/6)*n], {n, 0, 50}], n]], {n, 1, 50}]