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.

A101250 Primes that are a concatenation of 7, 11 and a prime.

This page as a plain text file.
%I A101250 #10 Jan 24 2020 10:53:13
%S A101250 71119,71129,71143,71147,71153,71161,71167,71171,711131,711163,711173,
%T A101250 711181,711223,711307,711317,711353,711397,711409,711463,711479,
%U A101250 711499,711509,711523,711563,711577,711617,711653,711691,711701,711709,711727
%N A101250 Primes that are a concatenation of 7, 11 and a prime.
%H A101250 Daniel Starodubtsev, <a href="/A101250/b101250.txt">Table of n, a(n) for n = 1..10000</a>
%H A101250 Peter Alfeld, <a href="http://www.math.utah.edu/~alfeld/math/p10000.html">The 10,000 smallest prime numbers</a>.
%e A101250 71119 is a prime concatenated from the primes 7, 11 and 19.
%t A101250 Select[ Table[ FromDigits[ Flatten[ IntegerDigits /@ {7, 11, Prime[n]}]], {n, 130}], PrimeQ[ # ] &] (* _Robert G. Wilson v_, Dec 20 2004 *)
%Y A101250 Cf. A100607, A101218, A101219, A101249, A101251, A101252.
%K A101250 nonn,easy,base
%O A101250 1,1
%A A101250 _Parthasarathy Nambi_, Dec 16 2004
%E A101250 Extended by _Ray Chandler_ and _Robert G. Wilson v_, Dec 22 2004