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”).
%I #10 Jan 26 2022 11:09:26
%S 1,1,2,5,2,2,2,2,2,2,2,2,8,11,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
%T 3,3,3,3,3,3,3,3,3,39,13,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
%U 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4
%N First differences of A182402.
%H Reinhard Zumkeller, <a href="/A226029/b226029.txt">Table of n, a(n) for n = 1..10000</a>
%F a(A226030(n)) = n and a(m) <> n for m < A226030(n).
%F a(n) = A182402(n+1) - A182402(n). - _Michel Marcus_, Jan 26 2022
%o (Haskell)
%o a226029 n = a226029_list !! (n-1)
%o a226029_list = zipWith (-) (tail a182402_list) a182402_list
%Y Cf. A182402, A226030.
%K nonn
%O 1,3
%A _Reinhard Zumkeller_, May 26 2013