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!)
A294132 Sorted list of prime factors of numbers of the form 3^(2^m) + 2^(2^m) with m >= 0. 7
5, 13, 17, 97, 257, 401, 769, 1153, 3041, 14177, 65537, 286721, 1810433, 2752513, 4043777, 7340033, 13631489, 23068673, 72222721, 319291393, 348061697, 625483777, 3937533953, 54498164737, 106216554497, 121899667073, 151597350913, 342456532993 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that the multiplicative order of 3/2 (mod p) is a power of 2.
LINKS
Arkadiusz Wesolowski, Table of n, a(n) for n = 1..48
Anders Björn and Hans Riesel, Factors of generalized Fermat numbers, Math. Comp. 67 (1998), no. 221, pp. 441-446.
Anders Björn and Hans Riesel, Table errata to “Factors of generalized Fermat numbers”, Math. Comp. 74 (2005), no. 252, p. 2099.
Anders Björn and Hans Riesel, Table errata 2 to "Factors of generalized Fermat numbers", Math. Comp. 80 (2011), pp. 1865-1866.
EXAMPLE
The first 5 such numbers are 5, 13, 97, 6817, 43112257, 1853024483819137. Their prime factorizations are (5), (13), (97), (17) (401), (14177) (3041), (1153) (1607133116929). - N. J. A. Sloane, Oct 29 2017
PROG
(PARI) print1(5, ", "); forprime(p=13, 342456532993, z=znorder(Mod(3/2, p)); if(2^ispower(z)==z, print1(p, ", ")));
CROSSREFS
Sequence in context: A145040 A361563 A195549 * A125146 A051900 A275800
KEYWORD
nonn
AUTHOR
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 July 13 19:40 EDT 2024. Contains 374286 sequences. (Running on oeis4.)