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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065447 Concatenation of 1, 00, 111, 0000, ..., n 1's (if n is odd) or n 0's (if n is even). 4
1, 100, 100111, 1001110000, 100111000011111, 100111000011111000000, 1001110000111110000001111111, 100111000011111000000111111100000000, 100111000011111000000111111100000000111111111, 1001110000111110000001111111000000001111111110000000000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,44

PROG

(PARI) { m=10; for (n=1, 44, if (n==1, a=1, m*=10; a*=m; if (n%2, a+=(m - 1)/9)); write("b065447.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 19 2009]

CROSSREFS

For decimal version see A065760. Cf. A065761.

Sequence in context: A163663 A151648 A013747 * A036507 A202055 A185303

Adjacent sequences:  A065444 A065445 A065446 * A065448 A065449 A065450

KEYWORD

base,easy,nonn

AUTHOR

Lior Manor (lior.manor(AT)gmail.com) Nov 18 2001

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 13 18:14 EST 2012. Contains 205534 sequences.