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!)
A127602 Integer part of 5th root of product of first n primes. 4
1, 1, 1, 2, 4, 7, 13, 24, 46, 91, 182, 375, 788, 1672, 3612, 7991, 18062, 41100, 95294, 223520, 527208, 1263303, 3057195, 7502417, 18730768, 47143287, 119120718, 303294169, 775085050, 1995101748, 5256852524, 13937345067, 37284143091 (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/5)]], {n, 1, 50}]; a
Floor[Surd[#, 5]]&/@FoldList[Times, Prime[Range[40]]] (* Harvey P. Dale, Nov 16 2017 *)
CROSSREFS
Sequence in context: A191526 A005255 A086445 * A113291 A102112 A102113
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 May 10 20:32 EDT 2024. Contains 372388 sequences. (Running on oeis4.)