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.

A177892 The number of distinct prime factors in Lucas-Lehmer number A003010(n).

Original entry on oeis.org

1, 2, 2, 3, 2, 3, 6, 3, 5, 5
Offset: 0

Views

Author

G. L. Honaker, Jr., Dec 14 2010

Keywords

Comments

a(10)>2: results from www.factordb.com. - R. J. Mathar, Dec 15 2010
a(11)=4, factorization added to www.factordb.com. - Sean A. Irvine, Mar 25 2011

Crossrefs

Programs

  • Mathematica
    Table[PrimeNu[Ceiling[(2 + Sqrt[3])^(2^n)]], {n,0,5}] (* G. C. Greubel, May 16 2017 *)
  • PARI
    a=4; until(a=a^2-2, print1(omega(a)", "))  \\ M. F. Hasler, Dec 14 2010

Formula

a(n) = A001221(A003010(n)).

Extensions

a(9) from Wang Runsen, Oct 26 2020