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.

A255766 Partial sums of A255745.

Original entry on oeis.org

1, 12, 23, 133, 144, 254, 364, 1464, 1475, 1585, 1695, 2795, 2905, 4005, 5105, 16105, 16116, 16226, 16336, 17436, 17546, 18646, 19746, 30746, 30856, 31956, 33056, 44056, 45156, 56156, 67156, 177156, 177167, 177277, 177387, 178487, 178597, 179697, 180797, 191797
Offset: 1

Views

Author

Omar E. Pol, Mar 05 2015

Keywords

Comments

Also, this is a row of the square array A255741.

Crossrefs

Programs

  • PARI
    a(n) = sum(k=1, n, if (k==1, 1, 11*10^(hammingweight(k-1)-1)));

Extensions

More terms from Michel Marcus, Mar 19 2015