|
Search: id:A067120
|
|
|
| A067120 |
|
a(n) =floor[X/Y] where X= concatenation of first n ODD numbers in increasing order and Y = n-th triangular number. |
|
+0 2
|
|
| 1, 4, 22, 135, 905, 64662, 4849682, 377197536, 30175802922, 2468929330031, 205744110835938, 17409117070733232, 1492210034634277058, 129324869668304011738, 11315926095976601027106
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
a(4) floor[1357/(1+2+3+4)] = floor[135.7] =135.
|
|
MAPLE
|
for i from 1 to 33 do n := 2*i-1:c := n:n := n-2:while(n>0) do g := floor(log(c)/log(10)):c := c+10^(g+1)*n:n := n-2:end do:a[i] := floor(2*c/i/(i+1)):end do:q2 := seq(a[j], j=1..33);
|
|
CROSSREFS
|
Cf. A067112-A067119.
Sequence in context: A088536 A066380 A007195 this_sequence A069835 A007196 A091638
Adjacent sequences: A067117 A067118 A067119 this_sequence A067121 A067122 A067123
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jan 08 2002
|
|
EXTENSIONS
|
More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Mar 23 2002
|
|
|
Search completed in 0.002 seconds
|