The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057851 Primes p such that order of primeness A049076(p) is > 9. 12

%I #23 Feb 20 2017 03:42:12

%S 52711,648391,9737333,37139213,174440041,326851121,718064159,

%T 997525853,1559861749,2724711961,3657500101,5545806481,7069067389,

%U 8012791231,9672485827,12501968177,16123689073,16917026909,22742734291

%N Primes p such that order of primeness A049076(p) is > 9.

%H Charles R Greathouse IV, <a href="/A057851/b057851.txt">Table of n, a(n) for n = 1..10000</a> (first 1381 terms from Robert G. Wilson v)

%H N. Fernandez, <a href="http://www.borve.org/primeness/FOP.html">An order of primeness, F(p)</a>

%H N. Fernandez, <a href="/A006450/a006450.html">An order of primeness</a> [cached copy, included with permission of the author]

%t Nest[ Prime, Range[35], 9] (* _Robert G. Wilson v_, Mar 15 2004 *)

%o (PARI) list(lim)=my(v=List(), q, r, s, t, u, vv, w, x); forprime(p=2, lim, if(isprime(q++) && isprime(r++) && isprime(s++) && isprime(t++) && isprime(u++) && isprime(vv++) && isprime(w++) && isprime(x++), listput(v, p))); Vec(v) \\ _Charles R Greathouse IV_, Feb 19 2017

%Y Cf. A049076, A000040, A006450, A038580, A049090, A049203, A049202, A057849, A057850, A057847, A058332, A093047.

%K nonn

%O 1,1

%A _Robert G. Wilson v_, Nov 10 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 23:15 EDT 2024. Contains 372524 sequences. (Running on oeis4.)