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.

A342125 Records in A110765.

Original entry on oeis.org

2, 6, 10, 30, 70, 210, 770, 2310, 10010, 30030, 34034, 170170, 510510, 646646, 3233230, 9699690, 14872858, 74364290, 223092870, 431312882, 2156564410, 6469693230, 13370699342, 66853496710, 200560490130, 494715875654, 2473579378270, 7420738134810, 20283350901814
Offset: 1

Views

Author

Michael De Vlieger, Feb 28 2021

Keywords

Comments

A002110 is a subsequence.

Crossrefs

Programs

  • Mathematica
    Block[{s = Array[Times @@ Prime@ Flatten@ Position[#, 1] &@ IntegerDigits[#, 2] &, 2^12]}, Union@ FoldList[Max, s]]