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.

A294734 Lexicographically earliest sequence of distinct positive odd numbers such that, for any n > 1, n divides a(n-1) + a(n).

Original entry on oeis.org

1, 3, 9, 7, 13, 5, 23, 17, 19, 11, 33, 15, 37, 47, 43, 21, 81, 27, 49, 31, 53, 35, 57, 39, 61, 69, 93, 75, 41, 79, 45, 51, 147, 91, 119, 25, 123, 29, 127, 73, 173, 121, 137, 83, 97, 87, 101, 139, 155, 95, 109, 99, 113, 103, 117, 107, 235, 55, 63, 177, 67, 181
Offset: 1

Views

Author

Rémy Sigrist, Nov 07 2017

Keywords

Comments

This sequence is a variant of A099506 and of A134204.
The variant where "n divides a(n) + a(n+1)" corresponds to A005408 (the odd numbers).
Empirically, the scatterplot of the first terms shows a bundle of curves that correspond to terms sharing the same value of Sum_{k=2.. n} ((-1)^k (a(k+1) + a(k))/k) (see Links section); the sequence A134204 has similar features.

Crossrefs

Programs

  • PARI
    See Links section.