login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127601 Integer part of 4-th root of product of first n primes. 5
1, 1, 2, 3, 6, 13, 26, 55, 122, 283, 669, 1650, 4176, 10694, 28002, 75555, 209402, 585212, 1674296, 4860120, 14206194, 42353033, 127836257, 392646335, 1232237672, 3906383039, 12444691408, 40024883480, 129326254765 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

For n>=6 A127601(n)>=p(n+1) (n+1 prime )

MATHEMATICA

a = {}; Do[b = 1; Do[b = b Prime[x], {x, 1, n}]; AppendTo[a, Floor[b^(1/4)]], {n, 1, 50}]; a (*Artur Jasinski*)

CROSSREFS

Cf. A002110, A060797, A127600, A127601, A127602, A127603, A127604, A127605.

Sequence in context: A007910 A052702 A058766 * A030038 A030040 A075853

Adjacent sequences:  A127598 A127599 A127600 * A127602 A127603 A127604

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Jan 19 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 17:48 EST 2012. Contains 205939 sequences.