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.

A028787 Nonsquares mod 74.

Original entry on oeis.org

2, 5, 6, 8, 13, 14, 15, 17, 18, 19, 20, 22, 23, 24, 29, 31, 32, 35, 39, 42, 43, 45, 50, 51, 52, 54, 55, 56, 57, 59, 60, 61, 66, 68, 69, 72
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A010435.

Programs

  • PARI
    for(k=0,74,if(!issquare(Mod(k,74)),print1(k,", "))) \\ Hugo Pfoertner, Nov 29 2019

Extensions

Incorrect term 37 removed by Alonso del Arte, Nov 29 2019