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!)
A155814 Numbers n with the property that all four polynomials mentioned in A139414 evaluate at n to composite numbers. 2
79, 127, 203, 234, 243, 255, 324, 325, 326, 350, 361, 402, 406, 416, 430, 445, 447, 471, 490, 509, 513, 527, 531, 539, 548, 553, 561, 564, 572, 602, 604, 627, 630, 631, 633, 640, 653, 654, 656, 694, 695, 703, 704, 715, 720, 735, 783, 790, 791, 812, 813, 818 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The four polynomials considered in A139414 are 1373 - 146*n + 4*n^2, 1459 - 144*n + 4*n^2, 1301 - 142*n + 4*n^2, 1877 - 140*n + 4*n^2. For n=79 these are all composite: 14803, 15047, 15047, 15781.
An example of exactly 5 consecutive terms in the sequence: 4688-4692. An example of exactly 7 consecutive terms in the sequence: 14753-14759.
LINKS
PROG
(PARI) p1(n)=4*n*n-146*n+1373 p2(n)=4*n*n-144*n+1459 p3(n)=4*n*n-142*n+1301 p4(n)=4*n*n-140*n+1877 { n=0; for (p=0, 45837, a1=p1(p); a2=p2(p); a3=p3(p); a4=p4(p); if (!isprime(a1) && !isprime(a2) && !isprime(a3) && !isprime(a4), n++; a=p; print(n, " ", a); write("b155814.txt", n, " ", a); ) ) } \\ Harry J. Smith, Jan 28 2009
CROSSREFS
Cf. A139414.
Sequence in context: A139503 A134240 A052162 * A135985 A142520 A140743
KEYWORD
nonn
AUTHOR
Zak Seidov, Jan 28 2009
EXTENSIONS
Edited by N. J. A. Sloane, Jan 29 2009
STATUS
approved

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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)