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.

A114967 (n-th 3-almost prime)^(n-th 3-almost prime).

Original entry on oeis.org

16777216, 8916100448256, 39346408075296537575424, 104857600000000000000000000, 443426488243037769948249630619149892803, 33145523113253374862572728253364605812736
Offset: 1

Views

Author

Jonathan Vos Post, Feb 21 2006

Keywords

Comments

3-almost prime analog of A051674. A114850 is semiprime analog of A051674.

Examples

			a(1) = A014612(1)^A014612(1) = 8^8 = 16777216 = 2^24.
a(2) = A014612(2)^A014612(2) = 12^12 = 8916100448256 = 2^24 * 3^12.
a(3) = A014612(3)^A014612(3) = 18^18 = 39346408075296537575424 = 2^18 * 3^36.
		

Crossrefs

Programs

  • Mathematica
    #^#&/@Select[Range[40],PrimeOmega[#]==3&] (* Harvey P. Dale, Apr 25 2015 *)

Formula

a(n) = A014612(n)^A014612(n).