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.

A106119 Primes with maximal digit > 2.

This page as a plain text file.
%I A106119 #11 Jan 02 2013 10:33:19
%S A106119 3,5,7,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,
%T A106119 103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,
%U A106119 193,197,199,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293
%N A106119 Primes with maximal digit > 2.
%F A106119 a(n) ~ n log n. - _Charles R Greathouse IV_, Jan 02 2013
%t A106119 Select[Prime[Range[100]], Max[IntegerDigits[ # ]]>2&]
%o A106119 (PARI) is(p)=vecsort(digits(p),,12)[1]>2 && isprime(p) \\ _Charles R Greathouse IV_, Jan 02 2013
%K A106119 nonn,base
%O A106119 1,1
%A A106119 _Zak Seidov_, May 07 2005