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.

A195291 Years in the Gregorian calendar which are not (proleptic) leap years.

Original entry on oeis.org

1, 2, 3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 19, 21, 22, 23, 25, 26, 27, 29, 30, 31, 33, 34, 35, 37, 38, 39, 41, 42, 43, 45, 46, 47, 49, 50, 51, 53, 54, 55, 57, 58, 59, 61, 62, 63, 65, 66, 67, 69, 70, 71, 73, 74, 75, 77, 78, 79, 81, 82, 83, 85, 86, 87, 89, 90, 91, 93, 94, 95, 97, 98, 99, 100
Offset: 1

Views

Author

Kausthub Gudipati, Sep 16 2011

Keywords

Comments

If n does not exactly divide 100, n should exactly divide 4.
If n exactly divides 100, n should exactly divide 400.

Crossrefs

Cf. A042968.

Programs

Formula

a(n) = a(n-1) + a(n-303) - a(n-304). [Charles R Greathouse IV, Sep 18 2011]