|
Search: id:A127600
|
|
|
| A127600 |
|
Integer part of cubic root of product of first n primes. |
|
+0 7
|
|
| 1, 1, 3, 5, 13, 31, 79, 213, 606, 1863, 5853, 19505, 67257, 235631, 850352, 3194167, 12434883, 48949883, 198812307, 823245530, 3440622312, 14763161313, 64397952985, 287520444756, 1321070444052, 6152237618431, 28838910052201
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
MATHEMATICA
|
a = {}; Do[b = 1; Do[b = b Prime[x], {x, 1, n}]; AppendTo[a, Floor[b^(1/3)]], {n, 1, 100}]; a (*Artur Jasinski*)
|
|
CROSSREFS
|
Cf. A002110, A060797.
Sequence in context: A144471 A062304 A135532 this_sequence A051401 A027039 A032009
Adjacent sequences: A127597 A127598 A127599 this_sequence A127601 A127602 A127603
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Artur Jasinski (grafix(AT)csl.pl), Jan 19 2007
|
|
|
Search completed in 0.002 seconds
|