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.

A378746 a(n) = Product{i=n..primepi(2*prime(n))} prime(i).

Original entry on oeis.org

6, 15, 35, 1001, 46189, 96577, 6678671, 14535931, 1348781387, 146078888479, 18128893780549, 203079283326684719, 433601713048867373, 877779077635511999, 1816798556036292277, 39006703653387621491281, 969956148531489825059765363, 16439934720872708899318057, 4483790064773102589474664169, 1274400211992152128527851190601
Offset: 1

Views

Author

Antti Karttunen, Dec 08 2024

Keywords

Comments

Each a(n) is a proper divisor of A007741(n).
Each a(n) or one of its proper divisors is present in A337372.
a(n) is the least product of consecutive primes starting from A000040(n) such that A003961(a(n)) > 2*a(n). Note that 6, 15, 35, 46189 and 96577 are all present in A337372, i.e., are primitively primeshift-abundant numbers. For 1001 = 7*11*31, it is however its proper divisor 91 = 7*31 which gets that honor.

Crossrefs

Subsequence of A097889.
Cf. also A378745.

Programs

  • PARI
    A378746(n) = prod(i=n,primepi(2*prime(n)),prime(i));