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

%I #3 Dec 05 2013 19:55:07

%S 1,1,1,12,120,1208,12082,120821,1208216,12082165,120821655,1208216555,

%T 12082165556,120821655562,1208216555626,12082165556267,

%U 120821655562672,1208216555626728,12082165556267282,120821655562672822

%N Floor[ X/Y] where X = concatenation of the squares and Y = concatenation of natural numbers.

%e a(5) = floor [1491625/12345]=floor[] = floor[120.828270554880518428513568246254]=120.

%t 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} ]

%Y Cf. A067091, A067092, A067093, A067094, A067095, A067096, A067097, A067098, A067099, A067100, A067101.

%Y floor[A019521(n)/A007908(n)]

%K easy,base,nonn

%O 1,4

%A _Amarnath Murthy_, Jan 07 2002

%E More terms from _Robert G. Wilson v_, Jan 09 2002

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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)