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.

A270799 Artiads (A001583) congruent to 1 mod 50 and having 2 as a quintic residue.

Original entry on oeis.org

3251, 4751, 14251, 17401, 21401, 27551, 32051, 32251, 36151, 36451, 42451, 51001, 52501, 54101, 55001, 56501, 59051, 60101, 61051, 83401, 104801, 113051, 116101, 119851, 121351, 170701, 174901, 178501, 178601, 179051, 182101, 185951, 190301, 202751, 213901
Offset: 1

Views

Author

N. J. A. Sloane, Apr 01 2016

Keywords

Crossrefs

Cf. A001583.

Programs

  • Sage
    def isa(n) : return n % 50 == 1 and is_prime(n) and 2.powermod((n-1)//5, n) == 1 and fibonacci((n - 1)//5) % n == 0 # Eric M. Schmidt, Apr 01 2016

Extensions

Definition edited by and more terms from Eric M. Schmidt, Apr 01 2016