login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001369 Blocks of increasing length using 1,2,3,...,9,10; omit leading 0's. 0
1, 23, 456, 7891, 1234, 567891, 123456, 78910123, 456789101, 2345678910, 12345678910, 123456789101, 2345678910123, 45678910123456, 789101234567891, 123456789101234, 56789101234567891, 12345678910123456, 7891012345678910123, 45678910123456789101 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

It appears that the first digit repeats 1, 2, 4, 7, 1, 5, 1, 7, 4, 2, 1. - T. D. Noe, Apr 05 2011

MATHEMATICA

nn = 20; d = Flatten[Table[{1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 0}, {Ceiling[nn (nn + 1)/22]}]]; Table[e = (n + 1) n/2; s = e - n + 1; FromDigits[d[[s ;; e]]], {n, nn}] (* T. D. Noe, Apr 05 2011 *)

CROSSREFS

Sequence in context: A076068 A062273 A066547 * A007923 A080479 A053067

Adjacent sequences:  A001366 A001367 A001368 * A001370 A001371 A001372

KEYWORD

nonn,base

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 14:47 EST 2012. Contains 205623 sequences.