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.

A283750 a(n) = n^2 XOR (n + 1)^2.

Original entry on oeis.org

1, 5, 13, 25, 9, 61, 21, 113, 17, 53, 29, 233, 57, 109, 37, 481, 33, 101, 45, 249, 41, 93, 1013, 81, 49, 213, 125, 457, 89, 205, 69, 1985, 65, 197, 77, 473, 73, 253, 85, 945, 209, 117, 477, 169, 121, 4013, 229, 417, 97, 165, 1005, 185, 105, 413, 181, 1937, 241, 405, 189, 905, 153, 397, 133, 8065, 129, 389, 141, 921
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 15 2017

Keywords

Comments

XOR the binary representations of n^2 and (n + 1)^2.

Crossrefs

Cf. also A379007.

Programs

Formula

a(n) = A000290(n) XOR A000290(n+1).