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.

Showing 1-3 of 3 results.

A131952 a(n) is the maximal overpseudoprime q to base 2 such that the multiplicative order of 2 mod q equals A143584(n).

Original entry on oeis.org

2047, 8388607, 1082401, 3277, 536870911, 8727391, 4033, 137438953471, 9588151, 2199023255551, 8796093022207, 838861, 14709241, 140737488355327, 65281, 1016801, 2454285751, 13421773, 9007199254740991, 567767102431, 39268347319, 178956971, 576460752303423487, 80581
Offset: 1

Views

Author

Vladimir Shevelev, Aug 26 2008

Keywords

Comments

Or composite terms of A064078.

Examples

			For q=256999, 486737, 2304167 and 536870911, the multiplicative order of 2 mod q is A143584(5) = 29, so a(5) = 536870911.
		

Crossrefs

Programs

  • PARI
    for(k=1,200,m=polcyclo(k,2);m/=gcd(m,k);m!=1&&!isprime(m)&&print1(m,", ")) \\ Jeppe Stig Nielsen, Aug 31 2020

Extensions

More terms from Hugo Pfoertner, Aug 31 2020

A141629 a(n) is the least base-2 overpseudoprime k such that the multiplicative order of 2 mod k equals 8*n+20.

Original entry on oeis.org

3277, 4033, 838861, 8321, 80581, 130561, 104653, 20647621, 280601, 818201, 68719214593, 57646075230342349, 48448661, 1353244757701, 351479006145541, 88357, 390937, 1846171781, 17585969, 9774181, 28147501026509, 3882413703281, 1251949, 9007199388958721
Offset: 1

Views

Author

Vladimir Shevelev, Aug 24 2008

Keywords

Comments

C. Pomerance proved (private correspondence) that for every n>=1 there exists at least one overpseudoprime (a(n)) for which the multiplicative order of 2 mod a(n) equals 8n+20.
a(25) > 2^64. - Amiram Eldar, Nov 09 2023

Crossrefs

Extensions

a(4) corrected and a(12)-a(24) added by Amiram Eldar, Nov 09 2023

A143584 Integers that are equal to the multiplicative order of 2 modulo some overpseudoprime to base 2.

Original entry on oeis.org

11, 23, 25, 28, 29, 35, 36, 37, 39, 41, 43, 44, 45, 47, 48, 50, 51, 52, 53, 55, 57, 58, 59, 60, 63, 64, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 79, 81, 82, 83, 84, 87, 88, 91, 92, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112
Offset: 1

Views

Author

Vladimir Shevelev, Aug 25 2008

Keywords

Comments

A064078(a(n)) is a composite number. The sequence has a positive density since it contains, in particular, numbers of the form 8n+20 for n >= 1 (C. Pomerance, private correspondence). Since, e.g., 38 is not in the sequence, there is not an overpseudoprime m such that ord_m(2)=38.
Phi_{a(n)}(2), the a(n)-th cyclotomic polynomial of x evaluated at x=2 has at least 2 distinct prime factors that are not prime factors of the Phi_k(2) for any positive integer k < a(n). For example, Phi_11(2) = 2^11 - 1 = 2047 = 23 * 89 and Phi_25(2) = 2^20 + 2^15 + 2^10 + 2^5 + 1 = 1082401 = 601 * 1801. Note that p = a(n) is prime if and only if Phi_p(2) = 2^p - 1 is composite. - David Terr, Sep 09 2018
It is easy to prove the statement above. We use the fact that Phi_j(n) and Phi_k(n) are coprime whenever j and k are coprime as well as the fact that an overpseudoprime has at least 2 distinct prime factors. - David Terr, Oct 10 2018
A number k is included iff either 2^k-1 has more than one primitive prime factor (cf. A086251, A161508) or the only primitive prime factor of 2^k-1 is a Wieferich prime (no examples known). - Jeppe Stig Nielsen, Sep 01 2020

Crossrefs

Cf. A131952 (for the corresponding maximal overpseudoprimes).

Programs

  • PARI
    isok(k) = my(m=polcyclo(k,2)); m/=gcd(m,k); m!=1&&!isprime(m) \\ Jeppe Stig Nielsen, Sep 01 2020

Extensions

Name edited by Michel Marcus, Oct 06 2018
More terms from Michel Marcus, Oct 11 2018
Data for terms >= 100 corrected by Jeppe Stig Nielsen, Sep 01 2020
Showing 1-3 of 3 results.