Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A067094
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A067094 Floor[X/Y] where X = concatenation in decreasing order of (n+1)-st odd number through the 2n-th odd number and Y = concatenation in decreasing order of first n odd numbers. +0
10
3, 5, 8, 1115, 141185, 170938, 200692, 230447, 260202, 289956, 319711, 349465, 379220, 408974, 438729, 468483, 498238, 527993, 557747, 587502, 617256, 647011, 676765, 706520, 736274, 7592691, 788748988, 81823548335, 8477219785398 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(4)= floor[1513119/1357] =floor[1115.047162859248341930729550479] = 1115.

MATHEMATICA

f[n_] := (k = 1; x = y = "0"; While[k < n + 1, x = StringJoin[ToString[2n + 2k - 1], x]; y = StringJoin[y, ToString[2k - 1]]; k++ ]; Return[ Floor[ ToExpression[x] / ToExpression[y]/10]] ); Table[ f[n], {n, 1, 32} ]

CROSSREFS

Cf. A067088, A067089, A067090, A067091, A067092, A067093.

Adjacent sequences: A067091 A067092 A067093 this_sequence A067095 A067096 A067097

Sequence in context: A027520 A109342 A121371 this_sequence A058642 A141251 A019739

KEYWORD

easy,nonn,base

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jan 07 2002

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 09 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research