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.

A050993 5-Knödel numbers.

Original entry on oeis.org

25, 65, 85, 145, 165, 185, 205, 265, 305, 365, 445, 485, 505, 545, 565, 685, 745, 785, 825, 865, 905, 965, 985, 1085, 1145, 1165, 1205, 1285, 1345, 1385, 1405, 1465, 1565, 1585, 1685, 1745, 1765, 1865, 1925, 1945, 1985, 2005, 2045, 2105, 2165
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[10, 2500, 5], Divisible[# - 5, CarmichaelLambda[#]]&] (* Jean-François Alcover, Mar 01 2018 *)