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
1, 5, 12, 17, 54, 58, 106, 391, 467, 560, 667, 705, 3671, 7885, 9408, 9792, 9797, 51425, 76583, 77949, 78053, 94125, 185126, 185231, 198496, 569087, 674724, 678572, 2326155, 5468965, 8525842, 8526046, 10415643, 23003613, 51382797, 61727309, 71207280, 108334625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
A282696 := proc()
local r, i, a282695;
r := -1 ;
for i from 1 do
a282695 := abs(A282695(i)) ;
if a282695 > r then
r := a282695 ;
printf("%d, \n", i) ;
end if;
end do:
end proc:
A282696() ; # R. J. Mathar, Apr 30 2017
PROG
(C++) See Links section.
CROSSREFS
Sequence in context: A022137 A271121 A271301 * A314288 A314289 A314290
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 24 2017
EXTENSIONS
More terms from Rémy Sigrist, Nov 28 2021
STATUS
approved

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 May 14 23:22 EDT 2024. Contains 372535 sequences. (Running on oeis4.)