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!)
A273870 Numbers m such that 4^(m-1) == 1 (mod (m-1)^2 + 1). 2
1, 3, 5, 17, 217, 257, 387, 8209, 20137, 37025, 59141, 65537, 283801, 649801, 1382401, 373164545, 535019101, 2453039425, 4294967297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, numbers m such that (4^k)^(m-1) == 1 (mod (m-1)^2 + 1) for all k >= 0.
a(20) > 2*10^12, if it exists. - Giovanni Resta, Feb 26 2020
LINKS
FORMULA
a(n) = sqrt(A273999(n)-1) + 1. - Jinyuan Wang, Feb 24 2020
EXAMPLE
5 is a term because 4^(5-1) == 1 (mod (5-1)^2+1), i.e., 255 == 0 (mod 17).
PROG
(Magma) [n: n in [1..100000] | (4^(n-1)-1) mod ((n-1)^2+1) eq 0]
(PARI) isok(n) = Mod(4, (n-1)^2+1)^(n-1) == 1; \\ Michel Marcus, Jun 02 2016
CROSSREFS
Prime terms are in A273871.
Contains A000215 (Fermat numbers) as subsequence.
Contains 1 + A247220 as subsequence.
Sequence in context: A056826 A370879 A278138 * A272060 A333873 A058910
KEYWORD
nonn,more
AUTHOR
Jaroslav Krizek, Jun 01 2016
EXTENSIONS
a(14)-a(15) from Michel Marcus, Jun 02 2016
Edited by Max Alekseyev, Apr 30 2018
a(16)-a(19) from Jinyuan Wang, Feb 24 2020
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 20 16:51 EDT 2024. Contains 372719 sequences. (Running on oeis4.)