The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A095254 a(n) = floor(concatenation(1,2,3,...,n-1,n)^(1/n)). 2
1, 3, 4, 5, 6, 7, 7, 7, 7, 10, 12, 14, 17, 19, 21, 24, 26, 28, 30, 31, 33, 35, 37, 38, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 53, 54, 55, 56, 57, 58, 58, 59, 60, 60, 61, 62, 62, 63 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Does lim_{n->infinity} a(n)/n converge? - Ryan Propper, Aug 29 2005
LINKS
EXAMPLE
a(4) = floor(1234^(1/4)) = floor(5.926...) = 5.
MATHEMATICA
s = ""; Do[s = s <> ToString[n]; k = ToExpression[s]; Print[Floor[k^(1/n)]], {n, 1, 50}] (* Ryan Propper, Aug 29 2005 *)
Table[Floor[Surd[FromDigits[Flatten[IntegerDigits/@Range[n]]], n]], {n, 60}] (* Harvey P. Dale, Sep 26 2016 *)
CROSSREFS
Sequence in context: A182258 A067628 A168093 * A262980 A242374 A225179
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Jun 17 2004
EXTENSIONS
More terms from Ryan Propper, Aug 29 2005
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 18 15:24 EDT 2024. Contains 372664 sequences. (Running on oeis4.)