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.

A344588 Positions of records in A344590.

Original entry on oeis.org

1, 6, 28, 36, 120, 1176, 2016, 3240, 16320, 25200, 32640, 73920, 165600, 259560, 446040, 738720, 2031120, 2096640, 2162160, 2795520, 4193280, 8386560, 27561600, 73926720, 75897360, 103672800, 231221760, 396506880, 976510080, 1088367840, 1377048960, 1464765120
Offset: 1

Views

Author

Antti Karttunen, Jun 01 2021

Keywords

Crossrefs

Cf. A344590.

Programs

  • PARI
    m=0; for(n=1,2^20,t=A344590(n); if(t>m, m=t; print1(n,", ")));

Extensions

a(25)-a(28) from Chai Wah Wu, Jun 04 2021