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.

Showing 1-1 of 1 results.

A028747 Nonsquares mod 34.

Original entry on oeis.org

3, 5, 6, 7, 10, 11, 12, 14, 20, 22, 23, 24, 27, 28, 29, 31
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A010395, A096013 (row 34).

Programs

  • PARI
    for(k=0, 34, if(!issquare(Mod(k, 34)), print1(k, ", "))) \\ Hugo Pfoertner, Dec 02 2019

Extensions

Incorrect term 17 removed by Alonso del Arte, Nov 30 2019
Showing 1-1 of 1 results.