Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A067093
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A067093 Floor[X/Y] where X = concatenation of (n+1)-st odd number through the 2n-th odd number and Y = concatenation of first n odd numbers. +0
11
3, 4, 58, 6714, 81975, 96852, 111729, 126607, 141484, 156361, 171238, 186116, 200993, 215870, 230748, 245625, 260502, 275379, 290257, 305134, 320011, 334889, 349766, 364643, 379520, 39439811, 4092753962, 424152673322, 43902995043838 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(4) = floor[9111315/1357] = floor[6714.30729550478997789240972733972] = 6714.

MATHEMATICA

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

CROSSREFS

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

Sequence in context: A114694 A132678 A166850 this_sequence A041105 A079076 A060356

Adjacent sequences: A067090 A067091 A067092 this_sequence A067094 A067095 A067096

KEYWORD

easy,base,nonn

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 December 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research