The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A282696 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

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 June 9 07:31 EDT 2024. Contains 373229 sequences. (Running on oeis4.)