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.

A079266 Subprimorials, extrapolation from primorials by analogy with subfactorials.

This page as a plain text file.
%I A079266 #12 Oct 22 2023 13:04:37
%S A079266 0,1,2,11,77,850,11047,187806,3568317,82071280,2380067130,73782081030,
%T A079266 2729936998114,111927416922654,4812878927674125,226205309600683885,
%U A079266 11988881408836245894,707344003121338507758,43147984190401648973266
%N A079266 Subprimorials, extrapolation from primorials by analogy with subfactorials.
%F A079266 a(n) = Round(Prime(n)#/e), where p# = p primorial, with Prime(0)# = 1.
%e A079266 a(3) = 11 because Prime(3) = 5, 5# = 30, 30/e = 11.036...
%t A079266 Table[Round[Times @@ Prime@Range@n/E], {n, 18}] (* _Robert G. Wilson v_, Apr 30 2009 *)
%t A079266 Join[{0},Round[FoldList[Times,Prime[Range[20]]]/E]] (* _Harvey P. Dale_, Oct 22 2023 *)
%Y A079266 Cf. A002110, A000166.
%Y A079266 See A121572 for a different definition of subprimorial.
%K A079266 nonn
%O A079266 0,3
%A A079266 _Michael Joseph Halm_, Feb 05 2003
%E A079266 Edited by _Franklin T. Adams-Watters_, Aug 08 2006
%E A079266 More terms from _Robert G. Wilson v_, Apr 30 2009