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!)
A004461 Nimsum n + 20. 1
20, 21, 22, 23, 16, 17, 18, 19, 28, 29, 30, 31, 24, 25, 26, 27, 4, 5, 6, 7, 0, 1, 2, 3, 12, 13, 14, 15, 8, 9, 10, 11, 52, 53, 54, 55, 48, 49, 50, 51, 60, 61, 62, 63, 56, 57, 58, 59, 36, 37, 38, 39, 32, 33, 34, 35, 44, 45, 46, 47, 40, 41, 42, 43, 84, 85, 86 (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
Index entries for linear recurrences with constant coefficients, signature (2,-1,0,-1,2,-1,0,0,0,0,0,0,0,0,0,-1,2,-1,0,-1,2,-1).
FORMULA
a(n) = n + 4(-1)^[n/4] + 16(-1)^[n/16]. - Mitchell Harris, Jan 10 2005
From Colin Barker, Apr 13 2016: (Start)
a(n) = n XOR 20.
G.f.: (20-19*x+12*x^4-11*x^5-12*x^16+13*x^17-20*x^20+21*x^21) / ((1-x)^2*(1+x^4)*(1+x^16)).
(End)
PROG
(PARI) Vec((20-19*x+12*x^4-11*x^5-12*x^16+13*x^17-20*x^20+21*x^21)/((1-x)^2*(1+x^4)*(1+x^16)) + O(x^50)) \\ Colin Barker, Apr 13 2016
CROSSREFS
Sequence in context: A212284 A091235 A078286 * A008553 A007930 A319678
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)