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.

A083977 Smallest palindromic prime containing exactly n 6's.

This page as a plain text file.
%I A083977 #14 Mar 25 2019 14:01:49
%S A083977 10601,16061,16661,1660661,7666667,166636661,10666666601,36666766663,
%T A083977 1766666666671,3666662666663,1666666666661,366666656666663,
%U A083977 11666666666666611,36666666766666663,16666666666666661,3666666665666666663,1666666666666666661,166666666636666666661
%N A083977 Smallest palindromic prime containing exactly n 6's.
%H A083977 Chai Wah Wu, <a href="/A083977/b083977.txt">Table of n, a(n) for n = 1..500</a>
%t A083977 Table[d = 6; i = 1;
%t A083977  While[ x = IntegerDigits[Prime[i]];
%t A083977   x != Reverse[x] || Count[x, d] != n , i++];
%t A083977 FromDigits[x], {n, 1, 5}]  (* _Robert Price_, Mar 25 2019 *)
%Y A083977 Cf. A083972, A083973, A083974, A083975, A083976, A083978, A083979, A083980, A083981.
%K A083977 base,nonn
%O A083977 1,1
%A A083977 _Amarnath Murthy_ and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 21 2003
%E A083977 More terms from _Giovanni Resta_, Feb 08 2006