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.

A162238 Years in which January first falls on a Monday (since 2001).

Original entry on oeis.org

2001, 2007, 2018, 2024, 2029, 2035, 2046, 2052, 2057, 2063, 2074, 2080, 2085, 2091, 2103, 2114, 2120, 2125, 2131, 2142, 2148, 2153, 2159, 2170, 2176, 2181, 2187, 2198, 2210, 2216, 2221, 2227, 2238, 2244, 2249, 2255, 2266, 2272, 2277, 2283, 2294, 2300
Offset: 1

Views

Author

Claudio Meller, Jun 28 2009

Keywords

Crossrefs

Cf. A116369.

Programs

  • Mathematica
    Select[Range[2001,2300],DayName[{#,1,1}]==Monday&] (* Harvey P. Dale, Jun 20 2023 *)