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.

A079562 Number of distinct prime factors of n-th term of Look and Say Sequence A005150.

Original entry on oeis.org

0, 1, 2, 2, 2, 1, 1, 4, 2, 2, 4, 3, 3, 5, 7, 7, 7, 5
Offset: 1

Views

Author

Joseph L. Pe, Jan 25 2003

Keywords

Comments

a(16) >= 5. - Nathaniel Johnston, Nov 02 2010
a(18) >= 5. - Giovanni Resta, May 20 2020

Crossrefs

Programs

  • Mathematica
    s[1]=1; s[n_] := s[n] = FromDigits[ Flatten[{ IntegerDigits@ Length@ #, First@ #} & /@ Split[ IntegerDigits@ s[n-1] ]]]; PrimeNu /@ s /@ Range[15] (* Giovanni Resta, May 20 2020 *)

Formula

a(n) = A001221(A005150(n)). - Michel Marcus, Apr 09 2022

Extensions

a(11)-a(15) from Nathaniel Johnston, Nov 02 2010
a(16)-a(17) from Giovanni Resta, May 20 2020
a(18) from Andy Huchala, Apr 08 2022