Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #1 Jan 12 2007 03:00:00
%S 1,6,1,10,18,1,1,114,1,112,30,110,28,54,1,34,78,104,76,48,1,1,342,50,
%T 178,150,230,1,60,1,1,90,116,1060,330,158,76,84,1,1,162,1052,322,132,
%U 266,1,102,1,1,126,800,106,312,1,130,114,1,154,144,1,124,222,1,1,138
%N First matching value found in A127141.
%e a(1) = 6 because 6 is the first repeated value in the sequence:
%e step 1: x = 3*1 +(2n+1) = 6
%e step 2: x = 6/2 = 3;
%e step 3: x = 3*3 +(2n+1) = 12
%e step 4: x = 12/2 = 6, which was the result of step 1
%Y Cf. A127141, A127143.
%K nonn
%O 0,2
%A Bryan Jacobs (bryanjj(AT)gmail.com), Jan 06 2007