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.

A062548 Even integers that are not partial sums of A062547.

Original entry on oeis.org

2, 14, 38, 50, 110, 122, 146, 158, 326, 338, 362, 374, 434, 446, 470, 482, 974, 986, 1010, 1022, 1082, 1094, 1118, 1130, 1298, 1310, 1334, 1346, 1406, 1418, 1442, 1454, 2918, 2930, 2954, 2966, 3026, 3038, 3062, 3074, 3242, 3254, 3278, 3290, 3350, 3362
Offset: 0

Views

Author

Wouter Meeussen, Jun 26 2001

Keywords

Comments

Equals 2*A055246.

Crossrefs

Programs

  • Mathematica
    2+12*Table[FromDigits[IntegerDigits[k, 2], 3], {k, 0, 64}]