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.

A177491 Primes of the form (14*10^k-17)/3.

This page as a plain text file.
%I A177491 #15 Jun 17 2025 11:49:06
%S A177491 41,461,46666661,4666666661,466666666666661,4666666666666666666666661,
%T A177491 4666666666666666666666666666666666666666666661,
%U A177491 46666666666666666666666666666666666666666666666661,46666666666666666666666666666666666666666666666666666666666666666666666661
%N A177491 Primes of the form (14*10^k-17)/3.
%t A177491 Select[Table[FromDigits[Join[PadRight[{4},n,6],{1}]],{n,80}],PrimeQ] (* _Harvey P. Dale_, Nov 21 2014 *)
%o A177491 (Magma) [a: n in [0..250]|IsPrime(a) where a is (14*10^n-17)div(3)];
%Y A177491 Cf. A102994
%K A177491 nonn
%O A177491 1,1
%A A177491 _Vincenzo Librandi_, Dec 11 2010