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.

A114850 (n-th semiprime)^(n-th semiprime).

Original entry on oeis.org

256, 46656, 387420489, 10000000000, 11112006825558016, 437893890380859375, 5842587018385982521381124421, 341427877364219557396646723584, 88817841970012523233890533447265625
Offset: 1

Views

Author

Jonathan Vos Post, Feb 20 2006

Keywords

Comments

Semiprime analog of A051674. This is also a subset of A113877 "semiprimes to semiprime powers."

Crossrefs

Programs

  • Mathematica
    #^#&/@Select[Range[30],PrimeOmega[#]==2&] (* Harvey P. Dale, Nov 07 2016 *)

Formula

a(n) = A001358(n)^A001358(n).

Extensions

Corrected by Don Reble, Nov 22 2006