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.

A139092 a(n) = number of distinct prime divisors of (9+prime(n)!)/9.

Original entry on oeis.org

3, 3, 2, 2, 2, 3, 2, 3, 4, 4, 5, 3, 3, 6, 5, 2, 3, 4, 3, 3, 4, 4, 4, 3, 7, 3, 3
Offset: 4

Views

Author

Artur Jasinski, Apr 08 2008

Keywords

Comments

Conjecture: all prime divisors in A139089 are distinct
a(31) >= 4. - Amiram Eldar, Feb 13 2020

Crossrefs

Programs

  • Mathematica
    a = {}; Do[w = (Prime[n]! + 9)/9; AppendTo[a, w], {n, 4, 16}]; a
    PrimeNu[(9+Prime[Range[4,25]]!)/9] (* Harvey P. Dale, Jul 25 2019 *)

Formula

a(n) = A001221(A139089(n)). - Amiram Eldar, Feb 13 2020

Extensions

More terms from Jon E. Schoenfield, Jul 16 2010
a(23)-a(30) using factordb.com from Amiram Eldar, Feb 13 2020