login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127603 Integer part of 6th root of product of first n primes. 4
1, 1, 1, 2, 3, 5, 8, 14, 24, 43, 76, 139, 259, 485, 922, 1787, 3526, 6996, 14100, 28692, 58656, 121503, 253767, 536209, 1149378, 2480370, 5370187, 11700921, 25573556, 56230361, 126067989, 284107943, 645064989, 1468157354, 3380417306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
a = {}; Do[b = 1; Do[b = b Prime[x], {x, 1, n}]; AppendTo[a, Floor[b^(1/6)]], {n, 1, 50}]; a
CROSSREFS
Sequence in context: A274110 A347018 A260403 * A108351 A038495 A007059
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 19 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)