|
Search: id:A095254
|
|
|
| A095254 |
|
a(n) = Floor[ {concatenation 1,2,3,...n-1,n}^(1/n)]. |
|
+0 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; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Does lim(n->infinity) a(n)/n converge? - Ryan Propper (rpropper(AT)stanford.edu), Aug 29 2005
|
|
EXAMPLE
|
a(4) = Floor[1234^(1/4)] = 5.
|
|
MATHEMATICA
|
s = ""; Do[s = s <> ToString[n]; k = ToExpression[s]; Print[Floor[k^(1/n)]], {n, 1, 50}] (Propper)
|
|
CROSSREFS
|
Cf. A068995, A095253.
Sequence in context: A126800 A067628 A168093 this_sequence A121857 A121854 A134483
Adjacent sequences: A095251 A095252 A095253 this_sequence A095255 A095256 A095257
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 17 2004
|
|
EXTENSIONS
|
More terms from Ryan Propper (rpropper(AT)stanford.edu), Aug 29 2005
|
|
|
Search completed in 0.002 seconds
|