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!)
A078191 a(n) = concatenation of n n times divided by n. 0
1, 11, 111, 1111, 11111, 111111, 1111111, 11111111, 111111111, 1010101010101010101, 101010101010101010101, 10101010101010101010101, 1010101010101010101010101, 101010101010101010101010101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
seq(seq(sum(10^((l+1)*(j-1)), j=1..i), i=10^l..10^(l+1)-1), l=0..1);
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits/@Table[n, n]]]/n, {n, 20}] (* Harvey P. Dale, May 12 2017 *)
CROSSREFS
Sequence in context: A002275 A294348 A078998 * A097115 A346789 A134732
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 21 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 04 2003
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 25 12:14 EDT 2024. Contains 371969 sequences. (Running on oeis4.)