[go: up one dir, main page]

login
Revision History for A103122 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Define a 1-1 correspondence between the integers Z and the nonnegative integers N by f(n) = A102370(n) if n >= 0, f(n) = A102371(-n) if n < 0; sequence gives a(n) = f^(-1)(n) for n >= 0.
(history; published version)
#16 by Michael Somos at Mon Apr 18 18:19:12 EDT 2022
STATUS

proposed

approved

#15 by M. F. Hasler at Thu Apr 14 15:50:43 EDT 2022
STATUS

editing

proposed

#14 by M. F. Hasler at Thu Apr 14 15:50:18 EDT 2022
COMMENTS

Simply stated: a(n) = index of n in A102370 if it is a member, else minus its index in the complement A102371. - M. F. Hasler, Apr 14 2022

STATUS

approved

editing

#13 by Joerg Arndt at Mon May 04 09:32:09 EDT 2020
STATUS

proposed

approved

#12 by Michel Marcus at Mon May 04 08:52:13 EDT 2020
STATUS

editing

proposed

#11 by Michel Marcus at Mon May 04 08:52:04 EDT 2020
REFERENCES

David Applegate, Benoit Cloitre, Philippe Deléham and N. J. A. Sloane, Sloping binary numbers: a new sequence related to the binary numbers, J. Integer Seq. 8 (2005), no. 3, Article 05.3.6, 15 pp.

LINKS

David Applegate, Benoit Cloitre, Philippe Deléham and N. J. A. Sloane, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL8/Sloane/sloane300.html">Sloping binary numbers: a new sequence related to the binary numbers</a>, J. Integer Seq. 8 (2005), no. 3, Article 05.3.6, 15 pp.

PROG

(PARI) A103122(n)=if(n<0, 0, s=-n; while(abs(if(sign(s)+1, 2^s-1/2-1/2*sum(k=0, s, (-1)^floor((s+k)/2^k)*2^k), 2^(-s-1)-1/2+1/2*sum(k=0, -s-1, (-1)^floor((-s-1-k)/2^k)*2^k))-n)>0, s++); s) (\\ _Benoit Cloitre)_, Mar 29 2005

EXTENSIONS

More terms from _Benoit Cloitre, _, Mar 29 2005

STATUS

approved

editing

#10 by N. J. A. Sloane at Sun Sep 08 19:54:49 EDT 2013
REFERENCES

David Applegate, Benoit Cloitre, Philippe DELEHAM Deléham and N. J. A. Sloane, Sloping binary numbers: a new sequence related to the binary numbers, J. Integer Seq. 8 (2005), no. 3, Article 05.3.6, 15 pp.

LINKS

David Applegate, Benoit Cloitre, Philippe DELEHAM Deléham and N. J. A. Sloane, Sloping binary numbers: a new sequence related to the binary numbers [<a href="http://neilsloane.com/doc/slopey.pdf">pdf</a>, <a href="http://neilsloane.com/doc/slopey.ps">ps</a>].

Discussion
Sun Sep 08
19:54
OEIS Server: https://oeis.org/edit/global/1940
#9 by Charles R Greathouse IV at Thu Oct 04 10:28:53 EDT 2012
LINKS

David Applegate, Benoit Cloitre, Philippe DELEHAM and N. J. A. Sloane, Sloping binary numbers: a new sequence related to the binary numbers [<a href="http://www.research.attneilsloane.com/~njas/doc/slopey.pdf">pdf</a>, <a href="http://www.research.attneilsloane.com/~njas/doc/slopey.ps">ps</a>].

Discussion
Thu Oct 04
10:28
OEIS Server: https://oeis.org/edit/global/1833
#8 by Russ Cox at Fri Mar 30 16:50:11 EDT 2012
AUTHOR

_N. J. A. Sloane (njas(AT)research.att.com), _, Mar 24 2005

Discussion
Fri Mar 30
16:50
OEIS Server: https://oeis.org/edit/global/110
#7 by Charles R Greathouse IV at Mon Jan 30 22:26:03 EST 2012
STATUS

editing

approved