OFFSET
0,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
EXAMPLE
a(3) = floor[12108/246] = 49. a(8) = floor [ 3230282624222018/246810121416] = floor[13088.128662184629278356029087656] = 13088.
MATHEMATICA
Table[Floor[FromDigits[Flatten[IntegerDigits/@Range[4n, 2n+2, -2]]]/ FromDigits[ Flatten[IntegerDigits/@Range[2, 2n, 2]]]], {n, 30}] (* Harvey P. Dale, Mar 11 2019 *)
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Amarnath Murthy, Jan 07 2002
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 01 2003
Edited by Charles R Greathouse IV, Apr 23 2010
STATUS
approved