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!)
A189241 Smallest prime factor of 3^n+1 having the form 2*k*n+1. 2

%I #11 Feb 03 2020 03:50:31

%S 5,7,41,61,73,547,17,19,1181,67,6481,398581,29,31,21523361,103,73,

%T 2851,41,43,5501,23535794707,97,151,53,19441,430697,523,47763361,6883,

%U 926510094425921,67,956353,374857981681,6481,18427,5301533,79,14401

%N Smallest prime factor of 3^n+1 having the form 2*k*n+1.

%C The values of k are in A189240.

%H Amiram Eldar, <a href="/A189241/b189241.txt">Table of n, a(n) for n = 2..658</a>

%e a(4) = 41 because 3^4 + 1 = 2 * 41 ; the smallest prime divisor of the form 2*k*n+1 is 41 = 2*5*4+1.

%t Table[p=First/@FactorInteger[3^n+1]; Select[p, Mod[#1, n] == 1 &, 1][[1]],

%t {n, 2, 40}]

%Y Cf. A189240, A074476 (largest prime factor of 3^n + 1).

%K nonn

%O 2,1

%A _Michel Lagneau_, Apr 19 2011

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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)