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.

A359017 a(n) is the index of the smallest triangular number with exactly n distinct prime factors.

Original entry on oeis.org

1, 2, 3, 11, 20, 84, 455, 1364, 10659, 58695, 254540, 728364, 13516580, 133595384, 812646120, 5327923964, 68971338435, 838101203939, 7588384207404, 69322940121435, 490005293940084
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 12 2022

Keywords

Crossrefs

Programs

  • PARI
    a(n) = my(k=1); while(omega(k*(k+1)/2) != n, k++); k; \\ Michel Marcus, Feb 26 2023

Extensions

a(19)-a(20) from Michael S. Branicky, Feb 25 2023