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.

A282535 a(n) is the maximum number of "describing"-steps for an n-chain before entering a loop.

Original entry on oeis.org

3, 4, 7, 4, 7, 7, 7, 6, 7, 6, 7, 7, 7, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8
Offset: 4

Views

Author

Felix Fröhlich, Feb 17 2017

Keywords

Comments

Conjecture: The size of terms of this sequence is unbounded (cf. Marichal, 2007, Corollary 5).

Crossrefs

Programs

  • PARI
    pad(d, n) = while(#d != n, d = concat([0], d)); d;
    say(d, n) = vector(n, k, sum(j=1, #d, d[j] == (k-1)));
    isok(v, n) = my(vs = vecsort(v,,8)); (#vs > 1) && (#vs Michel Marcus, Feb 25 2017

Extensions

Name edited by Michel Marcus, Feb 26 2017