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.

A105395 A simple "Fractal Jump Sequence" (FJS).

Original entry on oeis.org

1, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1, 7, 1, 1
Offset: 1

Views

Author

Eric Angelini, May 01 2005

Keywords

Comments

See A105397 for definition of Fractal Jump Sequence.
a(n+2) = the digital root of the n-th centered hexagonal number (A003215). - Colin Barker, Jan 30 2015

Crossrefs

Programs

  • Mathematica
    PadRight[{1}, 100, {7, 1, 1}] (* Paolo Xausa, Jul 17 2024 *)
  • PARI
    Vec(-x*(2*x+1)*(3*x^2-x+1)/((x-1)*(x^2+x+1))  + O(x^100)) \\ Colin Barker, Jan 30 2015

Formula

a(n) = a(n-3) for n>4. - Colin Barker, Jan 30 2015
G.f.: -x*(2*x+1)*(3*x^2-x+1) / ((x-1)*(x^2+x+1)). - Colin Barker, Jan 30 2015