|
Search: id:A078846
|
|
|
| A078846 |
|
Where 11^n occurs in n-almost-primes, starting at a(0)=1. |
|
+0 15
|
|
| 1, 5, 40, 328, 2556, 18452, 126096, 827901, 5276913, 32887213, 201443165, 1217389949
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
A k-almost-prime is a positive integer that has exactly k prime factors, counted with multiplicity.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Almost Prime.
|
|
EXAMPLE
|
a(2) = 40 since 11^2 is the 40-th 2-almost-prime: A001358(40) = 121.
|
|
MATHEMATICA
|
AlmostPrimePi[k_Integer /; k > 1, n_] := Module[{a, i}, a[0] = 1; Sum[PrimePi[n/Times @@ Prime[Array[a, k - 1]]] - a[k - 1] + 1, Evaluate[Sequence @@ Table[{a[i], a[i - 1], PrimePi[(n/Times @@ Prime[Array[a, i - 1]])^(1/(k - i + 1))]}, {i, k - 1}]]]]; Eric Weisstein (eww(AT)wolfram.com) Feb 07 2006
Table[ AlmostPrimePi[n, 11^n], {n, 2, 11}] (* Robert G. Wilson v *)
|
|
CROSSREFS
|
Cf. A078840, A078841, A078842, A078843, A078844, A078845.
Adjacent sequences: A078843 A078844 A078845 this_sequence A078847 A078848 A078849
Sequence in context: A073505 A123943 A067412 this_sequence A027259 A007036 A052798
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr) and Paul D. Hanna (pauldhanna(AT)juno.com), Dec 10 2002
|
|
EXTENSIONS
|
a(6)-a(11) from Robert G. Wilson v (rgwv(at)rgwv.com), Feb 09 2006
|
|
|
Search completed in 0.002 seconds
|