The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A118222 A191594 A208204 * A041133 A113700 A065646
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

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 May 13 14:28 EDT 2024. Contains 372519 sequences. (Running on oeis4.)