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!)
A353214 a(n) = 2^A007013(4) mod prime(n); the last term of this sequences is when a(n) = 1. 1
0, -1, -2, 2, -4, -2, -8, 2, -5, -2, 4, -2, 5, 2, -11, -20, -22, 6, -23, -21, 2, -3, -16, -25, -31, 40, 19, -29, -2, -2, 2, -49, 19, 68, -56, -23, -59, 45, 29, -2, 62, 63, 27, 54, -2, -22, -46, 28, -85, -2, -29, 17, -113, -4, -128, -65, -46, 20, -51, -98, -64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This sequence uses the centered version of mod. The residue system modulo prime(n) is {-1*floor(prime(n)/2)..floor(prime(n)/2)}. This is so that this sequence will encode information about the numbers around 2^A007013(4). If a(n) = k and prime(n) < 2^A007013(4) - k, then 2^A007013(4) - k is not prime (prime(n) is a factor of 2^A007013(4) - k). For example, a(22) = -3, so prime(22) = 79 is a factor of 2^A007013(4) + 3.
The length of this sequence is the lowest value of n such that A014664(n) = A007013(4). This is because for any power of 2, 2^p, if p == 0 (mod A014664(n)), then 2^p == 1 (mod prime(n)) (prime(n) is a factor of A000225(p)). Since A007013(4) is prime, we can apply this to get: If A014664(n) = A007013(4) and prime(n) < A007013(5), then A007013(5) is not prime (prime(n) is a nontrivial factor).
For any n such that prime(n) < 5*(10^51 + 5*10^9), a(n) != 1.
LINKS
I. S. Eum, A congruence relation of the Catalan-Mersenne numbers, Indian J Pure Appl Math, 49 (2018), 521-526.
Robert Delion, The n2 + 1 Fermat and Mersenne prime numbers conjectures are resolved, Theoretical Mathematics & Applications, vol.6, no.1, 2016, 15-37.
FORMULA
a(n) = 2^(2^127 - 1) mod prime(n).
PROG
(PARI) A353214(n)=my(CM4=shift(1, 127)-1); centerlift(Mod(2, prime(n))^CM4)
CROSSREFS
Cf. A000225, A007013, A014664. Powers of 2 mod primes: A201908, A201912, A353171.
Sequence in context: A270366 A072478 A190014 * A350062 A100577 A328710
KEYWORD
sign,fini
AUTHOR
Davis Smith, Apr 30 2022
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 May 6 07:22 EDT 2024. Contains 372290 sequences. (Running on oeis4.)