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!)
A004449 Nimsum n + 8. 1
8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 2, 3, 4, 5, 6, 7, 24, 25, 26, 27, 28, 29, 30, 31, 16, 17, 18, 19, 20, 21, 22, 23, 40, 41, 42, 43, 44, 45, 46, 47, 32, 33, 34, 35, 36, 37, 38, 39, 56, 57, 58, 59, 60, 61, 62, 63, 48, 49, 50, 51, 52, 53, 54, 55, 72, 73, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
A self-inverse permutation of the natural numbers. - Philippe Deléham, Nov 22 2016
REFERENCES
E. R. Berlekamp, J. H. Conway and R. K. Guy, Winning Ways, Academic Press, NY, 2 vols., 1982, see p. 60.
J. H. Conway, On Numbers and Games. Academic Press, NY, 1976, pp. 51-53.
LINKS
FORMULA
a(n) = n + 8(-1)^floor(n/8). - Mitchell Harris, Jan 10 2005
G.f.: (8 - 7*x - 8*x^8 + 9*x^9)/((1 - x)^2*(1 + x^8)). - Colin Barker, Apr 12 2016
a(n) = n XOR 8. - Michel Marcus, Apr 12 2016
MATHEMATICA
Table[BitXor[n, 8], {n, 0, 70}] (* Bruno Berselli, Nov 22 2016 *)
LinearRecurrence[{2, -1, 0, 0, 0, 0, 0, -1, 2, -1}, {8, 9, 10, 11, 12, 13, 14, 15, 0, 1}, 80] (* Harvey P. Dale, Apr 07 2019 *)
PROG
(PARI) Vec((8-7*x-8*x^8+9*x^9)/((1-x)^2*(1+x^8)) + O(x^50)) \\ Colin Barker, Apr 12 2016
(Magma) [BitwiseXor(n, 8): n in [0..70]]; // Bruno Berselli, Nov 22 2016
CROSSREFS
Sequence in context: A320304 A217292 A004164 * A168098 A020722 A046037
KEYWORD
nonn,easy
AUTHOR
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 June 5 14:50 EDT 2024. Contains 373107 sequences. (Running on oeis4.)