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.

A378745 a(n) = prime(n)^A378744(n).

Original entry on oeis.org

4, 9, 125, 49, 161051, 2197, 410338673, 130321, 12167, 12200509765705829, 923521, 94931877133, 1555098314991537910888601, 11688200277601, 10779215329, 1174711139837, 15413179794770734626518662321719325259, 191707312997281, 8182718904632857144561, 19118715823042429491729074582041753821507871751, 58871586708267913
Offset: 1

Views

Author

Antti Karttunen, Dec 08 2024

Keywords

Comments

Terms are all present in A337372, i.e., are primitively prime-shift abundant.

Crossrefs

Programs

  • PARI
    A378745(n) = { my(p=prime(n), q=prime(1+n)); for(k=1,oo,if(q^k > 2*(p^k), return(p^k))); };

Formula

a(n) = A000040(n)^A378744(n).