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.

Showing 1-1 of 1 results.

A360844 a(n) is the least k-full number that is sandwiched between twin primes.

Original entry on oeis.org

4, 432, 2592, 139968, 139968, 174960000000, 56358560858112, 84537841287168, 578415690713088, 578415690713088, 1141260857376768, 61628086298345472, 61628086298345472, 61628086298345472, 322850407500000000000000000000, 322850407500000000000000000000, 62518864539857068333550694039552
Offset: 2

Views

Author

Amiram Eldar, Feb 23 2023

Keywords

Comments

k-full number is a number m such that if a prime p divides m then so does p^k. All the exponents in the canonical prime factorization of a k-full number are not smaller than k.
a(2)-a(15) are the terms below 3*10^19. Except for a(7) = 174960000000, they are all 3-smooth numbers (A003586, and thus they are terms of A027856). Are there other terms that are not 3-smooth?
a(168) = 2^176 * 3^173 * 7^168 is the first term that is not 5-smooth. - Bert Dobbelaere, Feb 24 2023

Examples

			The first 3 terms, their factorizations and the corresponding twin primes are:
  n |   a(n)  prime factorization  A051904(a(n))  {a(n)-1, a(n)+1}
  ----------------------------------------------------------------
  2 |     4                  2^2              2             {3, 5}
  3 |   432            2^4 * 3^3              3         {431, 433}
  4 |  2592            2^5 * 3^4              4       {2591, 2593}
		

Crossrefs

Extensions

More terms from Bert Dobbelaere, Feb 24 2023
Showing 1-1 of 1 results.