cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A282695 A055265(n) - n.

This page as a plain text file.
%I A282695 #11 Feb 25 2017 07:27:28
%S A282695 0,0,0,0,2,0,-2,0,0,0,2,4,2,0,2,-4,-6,0,0,2,0,-2,0,0,4,4,4,0,-4,4,-4,
%T A282695 -6,0,4,0,-4,2,2,4,-4,-4,0,-2,4,4,6,-2,-4,4,0,-4,2,2,-8,-4,0,0,12,2,6,
%U A282695 4,0,6,-6,8,-2,-4,0,-10,2,-4,-12,-2,4,4,8,6,-4,-4,-4,0,0,2,4,6,4,-10,-8,-2,-4
%N A282695 A055265(n) - n.
%C A282695 There is no proof at present for the conjecture that A055265 is a permutation of the positive integers. This sequence gives the remarkably small deviations from the identity sequence.
%H A282695 N. J. A. Sloane, <a href="/A282695/b282695.txt">Table of n, a(n) for n = 1..10000</a>
%p A282695 A282695 := proc(n)
%p A282695     A055265(n)-n ;
%p A282695 end proc:
%p A282695 seq(A282695(n),n=1..100) ; # _R. J. Mathar_, Feb 25 2017
%Y A282695 Cf. A055265.
%Y A282695 For records see A282696, A282697.
%K A282695 sign
%O A282695 1,5
%A A282695 _N. J. A. Sloane_, Feb 24 2017