login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A067092
a(n) = floor(X/Y) where X = concatenation in decreasing order of (2n)-th even number to (n+1)-th even number and Y = that of first n even numbers in increasing order.
12
2, 3, 49, 6540, 8176, 9814, 11451, 13088, 14725, 16362, 17999, 19636, 21273, 22910, 24547, 26184, 27821, 29458, 31095, 32732, 34369, 36006, 37643, 39280, 40917, 4217902, 438013252, 45423626657, 4704592803725, 486682294165577
OFFSET
0,1
LINKS
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