login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A367005
a(n) is the largest prime factor of n*2^n+1 for n>0, and a(0)=1.
3
1, 3, 3, 5, 13, 23, 11, 23, 683, 419, 19, 1733, 199, 11833, 487, 997, 61681, 4691, 211, 5279, 7541, 1914791, 7177, 607, 5233, 6689, 2373919, 336823, 8937209, 6051013, 409, 11681, 25781083, 6031230671, 18803, 32502455213, 934861, 339016085231, 55586743
OFFSET
0,2
LINKS
FORMULA
a(n) = A006530(A002064(n)).
MATHEMATICA
A367005[n_]:=FactorInteger[n*2^n+1][[-1, 1]]; Array[A367005, 50, 0] (* Paolo Xausa, Nov 09 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Oct 31 2023
EXTENSIONS
Name edited by Michel Marcus, Nov 10 2023
STATUS
approved