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.
%I A271210 #7 Apr 03 2016 22:18:59 %S A271210 13451,15901,19001,19801,21701,22901,28001,38851,50551,64301,65101, %T A271210 66851,78101,89101,94351,95701,96401,117751,124001,126001,127951, %U A271210 136601,138401,150301,162251,164701,167051,178301,178501,181001,183301,185051,185401,185951,186301 %N A271210 Artiads (A001583) congruent to 1 mod 50 and for which 5 is a quintic residue. %C A271210 Hyperartiads (A270798) congruent to 1 mod 50. %H A271210 Eric M. Schmidt, <a href="/A271210/b271210.txt">Table of n, a(n) for n = 1..1000</a> %H A271210 E. Lehmer, <a href="http://dx.doi.org/10.1016/0022-247X(66)90145-4">Artiads characterized</a>, J. Math. Anal. Appl. 15 1966 118-131. See p. 123-124, Theorem 3. %H A271210 E. Lehmer, <a href="/A001583/a001583b.pdf">Artiads characterized</a>, J. Math. Anal. Appl. 15 1966 118-131 [annotated and corrected scanned copy] %o A271210 (Sage) def isa(n) : return n % 50 == 1 and is_prime(n) and 5.powermod((n-1)//5, n) == 1 and fibonacci((n - 1)//5) % n == 0 %Y A271210 Cf. A001583, A270798. %K A271210 nonn %O A271210 1,1 %A A271210 _Eric M. Schmidt_, Apr 02 2016