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.

A188754 Primes in A031344.

This page as a plain text file.
%I A188754 #7 Mar 30 2012 17:26:37
%S A188754 2,3,5,7,13,19,37,43,73,79,151,181,211,223,241,337,349,373,379,439,
%T A188754 487,547,577,601,613,643,769,787,811,823,883,919,937,1009,1039,1069,
%U A188754 1123,1249,1303,1381,1753,1789,1801,1831,1933,2017,2053,2131,2161,2239,2389,2593,2617,2659,2671,2707,2791,2917,2953
%N A188754 Primes in A031344.
%C A188754 Primes that appear to remain prime if transliterated to base 12.
%e A188754 13 is here because 13 (base 10) = 11 (base 12) and 11 is prime in base 10.
%t A188754 Select[Table[FromDigits[IntegerDigits[Prime[n]],12],{n,1000}],PrimeQ]
%Y A188754 Cf. A031344.
%K A188754 nonn,base
%O A188754 1,1
%A A188754 _Zak Seidov_, Apr 09 2011