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.

A286853 First differences of A286854.

Original entry on oeis.org

198, 22, 110, 220, 110, 220, 110, 36, 184, 110, 220, 110, 6, 60, 154, 110, 220, 110, 120, 100, 110, 88, 132, 110, 220, 44, 66, 48, 172, 110, 220, 110, 220, 66, 44, 220, 110, 132, 88, 110, 220, 110, 70, 150, 110, 6, 148, 66, 110, 220, 110, 220, 110, 220, 110, 220, 110, 22, 198, 32, 78, 198, 22, 110, 220, 110, 210, 10, 30, 80, 220, 110, 220, 110, 66, 154, 110, 220, 110
Offset: 1

Views

Author

Bill Gosper, Aug 01 2017

Keywords

Comments

Empirical observations:
The values seem to be a subset of {2k: k=3..110}.
Segments of consecutive values sum up to 330, like: | 198,22,110 | 220,110 | 220,110 | 36,184,110 | 220,110 | 6,60,154,110 | ... - Peter Luschny, Aug 06 2017

Crossrefs

Cf. A286854.

Programs

  • Mathematica
    Differences@Select[Range@9999,0!=Mod[Numerator@BernoulliB[2#],#]&&MemberQ[{1,5},Mod[#,6]]&]