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.

A364218 Starts of runs of 3 consecutive integers that are Jacobsthal-Niven numbers (A364216).

Original entry on oeis.org

1, 2, 14, 42, 43, 44, 86, 182, 544, 686, 846, 854, 1014, 1375, 1384, 1504, 1624, 2105, 2190, 2315, 2358, 2731, 2732, 2763, 2774, 2824, 3243, 3534, 3702, 4205, 4878, 5046, 5408, 5462, 5643, 5663, 6222, 6390, 6935, 7566, 7734, 7928, 8224, 8704, 8910, 9078, 9368
Offset: 1

Views

Author

Amiram Eldar, Jul 14 2023

Keywords

Crossrefs

Programs

  • Mathematica
    consecJacobsthalNiven[10^4, 3] (* using the function from A364217 *)
  • PARI
    lista(10^4, 3) \\ using the function from A364217