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”).

Positions of records in |A282695(n)| = |A055265(n)-n|.
3

%I #14 Nov 30 2021 03:44:16

%S 1,5,12,17,54,58,106,391,467,560,667,705,3671,7885,9408,9792,9797,

%T 51425,76583,77949,78053,94125,185126,185231,198496,569087,674724,

%U 678572,2326155,5468965,8525842,8526046,10415643,23003613,51382797,61727309,71207280,108334625

%N Positions of records in |A282695(n)| = |A055265(n)-n|.

%H Rémy Sigrist, <a href="/A282696/a282696.txt">C++ program for A282696</a>

%p A282696 := proc()

%p local r,i,a282695;

%p r := -1 ;

%p for i from 1 do

%p a282695 := abs(A282695(i)) ;

%p if a282695 > r then

%p r := a282695 ;

%p printf("%d,\n",i) ;

%p end if;

%p end do:

%p end proc:

%p A282696() ; # _R. J. Mathar_, Apr 30 2017

%o (C++) See Links section.

%Y Cf. A055265, A282695, A282697.

%K nonn

%O 1,2

%A _N. J. A. Sloane_, Feb 24 2017

%E More terms from _Rémy Sigrist_, Nov 28 2021