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.

A048641 Partial sums of A003188 (Gray code).

Original entry on oeis.org

0, 1, 4, 6, 12, 19, 24, 28, 40, 53, 68, 82, 92, 103, 112, 120, 144, 169, 196, 222, 252, 283, 312, 340, 360, 381, 404, 426, 444, 463, 480, 496, 544, 593, 644, 694, 748, 803, 856, 908, 968, 1029, 1092, 1154, 1212, 1271, 1328, 1384, 1424, 1465, 1508, 1550, 1596
Offset: 1

Views

Author

Antti Karttunen, Jul 14 1999

Keywords

Crossrefs

Programs

Formula

a(2^n-1) = A000217(2^n-1) for all n.
a(n) = Sum_{j=0..n} XORnos(j, floor(j/2)).
a(n) = b(n-1), with b(2n) = 2*(b(n) + b(n-1) + ceiling(n/2)), b(2n+1) = 4*b(n) + n + 1. - Ralf Stephan, Sep 13 2003