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!)
A174162 a(1) = 2. Let k >= 1 be the minimal integer such that 2*k*a(n-1) + 1 has at least one prime divisor which is not already in the sequence. Then a(n) is the smallest such divisor. 1
2, 5, 11, 23, 47, 19, 3, 7, 29, 59, 17, 103, 619, 2477, 991, 661, 3967, 2267, 907, 191, 383, 13, 53, 107, 43, 173, 347, 139, 31, 83, 167, 67, 269, 359, 719, 1439, 2879, 443, 887, 71, 61, 41, 137, 823, 37, 149, 199, 797, 1063, 709, 2837, 227, 101, 607, 3643, 21859 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjectures: 1) The sequence is a permutation of prime numbers; 2) k = k(n) runs all positive integers.
LINKS
MATHEMATICA
a = {2}; Do[k = 1; While[(d = Complement[FactorInteger[2 k a[[-1]] + 1][[All, 1]], a]) == {}, k++]; AppendTo[a, Min@d], {n, 50}]; a (* Jinyuan Wang, Feb 26 2020 *)
CROSSREFS
Sequence in context: A075712 A349411 A347309 * A340799 A186253 A226462
KEYWORD
nonn,uned
AUTHOR
Vladimir Shevelev, Mar 10 2010
EXTENSIONS
More terms from Jinyuan Wang, Feb 26 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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)