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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061565 Floor[product{k=1 to n}[k^(1/k)]]. 1
1, 1, 2, 2, 3, 5, 7, 9, 11, 14, 18, 22, 27, 33, 39, 47, 55, 65, 76, 89, 102, 118, 135, 154, 176, 199, 225, 254, 285, 319, 357, 398, 442, 491, 543, 600, 661, 728, 800, 877, 960, 1050, 1146, 1249, 1359, 1477, 1603, 1738, 1881, 2034, 2197, 2371, 2555, 2751, 2959 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,500

PROG

(PARI) { default(realprecision, 100); for (n=1, 500, write("b061565.txt", n, " ", floor(prod(k=1, n, k^(1/k)))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 24 2009]

CROSSREFS

Sequence in context: A133393 A126881 A125505 * A077075 A190660 A180158

Adjacent sequences:  A061562 A061563 A061564 * A061566 A061567 A061568

KEYWORD

easy,nonn

AUTHOR

Leroy Quet May 18 2001

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 19:43 EST 2012. Contains 205949 sequences.