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!)
A171094 a(n) is the string of integers S(n) concatenated together with no commas, where S(1)=1; for even n, S(n) is obtained from S(n-1) by inserting n after 1; and for odd n>1, S(n) = n,S(n-1). 0
1, 12, 312, 3142, 53142, 531642, 7531642, 75318642, 975318642, 97531108642, 1197531108642, 119753112108642, 13119753112108642, 1311975311412108642, 151311975311412108642, 15131197531161412108642 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[n_] := FromDigits@ Flatten[ IntegerDigits /@ Reverse[{2 Range[n/2], 2 Range[(n + 1)/2] - 1}, {1, 2}]]; Array[f, 16] (* Robert G. Wilson v, Sep 18 2010 *)
CROSSREFS
Cf. A171093. - Robert G. Wilson v, Sep 18 2010
Sequence in context: A304126 A263668 A053064 * A060010 A129583 A323839
KEYWORD
nonn,base,easy
AUTHOR
N. J. A. Sloane, Sep 18 2010
EXTENSIONS
More terms from Robert G. Wilson v, Sep 18 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 April 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)