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.

A038467 Sums of 5 distinct powers of 3.

Original entry on oeis.org

121, 283, 337, 355, 361, 363, 769, 823, 841, 847, 849, 985, 1003, 1009, 1011, 1057, 1063, 1065, 1081, 1083, 1089, 2227, 2281, 2299, 2305, 2307, 2443, 2461, 2467, 2469, 2515, 2521, 2523, 2539, 2541, 2547, 2929, 2947, 2953, 2955, 3001, 3007, 3009, 3025, 3027, 3033
Offset: 1

Views

Author

Keywords

Crossrefs

Base 3 interpretation of A038447.

Programs

  • Mathematica
    Union[Total/@Subsets[3^Range[0,7],{5}]]  (* Harvey P. Dale, Feb 23 2011 *)