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).

This page as a plain text file.
%I A114967 #10 Jul 11 2015 10:51:34
%S A114967 16777216,8916100448256,39346408075296537575424,
%T A114967 104857600000000000000000000,443426488243037769948249630619149892803,
%U A114967 33145523113253374862572728253364605812736
%N A114967 (n-th 3-almost prime)^(n-th 3-almost prime).
%C A114967 3-almost prime analog of A051674. A114850 is semiprime analog of A051674.
%H A114967 Harvey P. Dale, <a href="/A114967/b114967.txt">Table of n, a(n) for n = 1..92</a>
%F A114967 a(n) = A014612(n)^A014612(n).
%e A114967 a(1) = A014612(1)^A014612(1) = 8^8 = 16777216 = 2^24.
%e A114967 a(2) = A014612(2)^A014612(2) = 12^12 = 8916100448256 = 2^24 * 3^12.
%e A114967 a(3) = A014612(3)^A014612(3) = 18^18 = 39346408075296537575424 = 2^18 * 3^36.
%t A114967 #^#&/@Select[Range[40],PrimeOmega[#]==3&] (* _Harvey P. Dale_, Apr 25 2015 *)
%Y A114967 Cf. A001358, A014612, A051674, A113877, A114850.
%K A114967 easy,nonn
%O A114967 1,1
%A A114967 _Jonathan Vos Post_, Feb 21 2006