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.

A080404 a(n)=A007947[A055932(n)]; the sequence consists of primorial numbers;.

Original entry on oeis.org

2, 2, 6, 2, 6, 2, 6, 6, 30, 2, 6, 6, 6, 30, 2, 6, 30, 6, 6, 30, 2, 6, 30, 6, 30, 6, 210, 6, 30, 2, 30, 6, 30, 6, 30, 6, 210, 6, 30, 30, 6, 2, 30, 6, 30, 210, 6, 30, 30, 6, 30, 210, 6, 30, 30, 6, 2, 210, 30, 6, 30, 210, 6, 30, 30, 6, 210, 30, 6, 30, 210, 6, 30, 210, 30, 6, 2, 210, 30, 30, 6
Offset: 1

Views

Author

Labos Elemer, Mar 19 2003

Keywords

Crossrefs

Programs

  • Mathematica
    With[{P = FoldList[Times, Prime@ Range@ Max@ #]}, Map[P[[#]] &, #]] &@ Map[PrimeNu@ # &, Select[Range[10^4], Last[#] == Length[#] &@ PrimePi@ FactorInteger[#][[All, 1]] &]] (* Michael De Vlieger, Feb 06 2020 *)