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!)
A067102 Floor[ X/Y] where X = concatenation of the squares and Y = concatenation of natural numbers. 3
1, 1, 1, 12, 120, 1208, 12082, 120821, 1208216, 12082165, 120821655, 1208216555, 12082165556, 120821655562, 1208216555626, 12082165556267, 120821655562672, 1208216555626728, 12082165556267282, 120821655562672822 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
EXAMPLE
a(5) = floor [1491625/12345]=floor[] = floor[120.828270554880518428513568246254]=120.
MATHEMATICA
f[n_] := (k = 1; x = y = "0"; While[k < n + 1, x = StringJoin[x, ToString[k^2]]; y = StringJoin[y, ToString[k]]; k++ ]; Return[ Floor[ ToExpression[x] / ToExpression[y]]] ); Table[ f[n], {n, 1, 20} ]
CROSSREFS
floor[A019521(n)/A007908(n)]
Sequence in context: A037511 A037694 A242810 * A361573 A129064 A120585
KEYWORD
easy,base,nonn
AUTHOR
Amarnath Murthy, Jan 07 2002
EXTENSIONS
More terms from Robert G. Wilson v, Jan 09 2002
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 April 23 07:11 EDT 2024. Contains 371905 sequences. (Running on oeis4.)