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.

A358423 Numbers k such that A030717(k) = 5.

Original entry on oeis.org

16, 18, 68, 76, 80, 89, 90, 93, 105, 109, 123, 143, 168, 286, 322, 366, 405, 448, 493, 494, 540, 541, 543, 591, 593, 646, 702, 770, 826, 832, 891, 893, 897, 960, 962, 966, 1032, 1034, 1039, 1110, 1112, 1117, 1193, 1195, 1200, 1279, 1281, 1286, 1367, 1369, 1374, 1459, 1461, 1466, 1554, 1556
Offset: 1

Views

Author

Seiichi Manyama, Nov 15 2022

Keywords

Crossrefs

Programs

  • Mathematica
    t = {{1}}; Do[AppendTo[t, BinCounts[#, {1, Max[#] + 1}] &[Flatten[t]]], {44}]; Position[DeleteCases[Flatten[t], 0], 5][[All, 1]] (* Michael De Vlieger, Nov 15 2022, after Peter J. C. Moses at A030717 *)