|
Search: id:A118476
|
|
|
| A118476 |
|
a(0) = 1; a(n) is least k with n prime factors and k > n*a(n-1). |
|
+0 1
|
| |
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
This is a super-polynomial function, as for positive n, a(n) > n!.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Almost Prime.
|
|
FORMULA
|
a(0) = 1; a(n) least n-almost prime > n*a(n-1).
|
|
EXAMPLE
|
a(1) = 2 because 2 is the smallest prime (integer with 1 prime factor) greater than 1 * 1 = 1.
a(2) = 6 because 6 = 2 * 3 is the smallest semiprime (integer with 2 prime factors) greater than 2 * 2 = 4.
a(3) = 18 because 18 = 2 * 3^2 is the smallest 3-almost prime (integer with 3 prime factors) greater than 3 * 4 = 12.
|
|
CROSSREFS
|
Cf. A000040, A001358, A055496, A076656.
Sequence in context: A113844 A141580 A007869 this_sequence A118455 A053505 A000138
Adjacent sequences: A118473 A118474 A118475 this_sequence A118477 A118478 A118479
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Jonathan Vos Post (jvospost3(AT)gmail.com), May 04 2006
|
|
|
Search completed in 0.002 seconds
|