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.

A377379 a(n) = rad(n)^binomial(bigomega(n) + omega(n), omega(n) + 1), where rad = A007947, bigomega = A001222, and omega = A001221.

Original entry on oeis.org

1, 2, 3, 8, 5, 1296, 7, 64, 27, 10000, 11, 60466176, 13, 38416, 50625, 1024, 17, 60466176, 19, 10000000000, 194481, 234256, 23, 3656158440062976, 125, 456976, 729, 289254654976, 29, 14348907000000000000000, 31, 32768, 1185921, 1336336, 1500625, 3656158440062976
Offset: 1

Views

Author

Michael De Vlieger, Oct 27 2024

Keywords

Comments

Product of row n of A376248.

Crossrefs

Programs

  • Mathematica
    Array[Binomial[#2 + #1, #1 + 1] & @@ {PrimeNu[#], PrimeOmega[#]} &, 120]

Formula

For prime p, a(p) = A243103(p) = A007955(p) = p.
For prime power p^k, a(p^k) = A243103(p^k) = A007955(p^k) = p^(k+1).
For n in A024619, a(n) != A010846(n) and A010846(n) > A000005(n).