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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064100 (100^n-1)/99*n. 1
1, 202, 30303, 4040404, 505050505, 60606060606, 7070707070707, 808080808080808, 90909090909090909, 10101010101010101010, 1111111111111111111111, 121212121212121212121212 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Recreational, but striking.

LINKS

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

PROG

(PARI) for(n=1, 22, print((100^n-1)/99*n))

(PARI) { for (n=1, 100, write("b064100.txt", n, " ", (100^n - 1)/99*n) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 07 2009]

CROSSREFS

Sequence in context: A166505 A066130 A067335 * A159382 A198526 A198981

Adjacent sequences:  A064097 A064098 A064099 * A064101 A064102 A064103

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Sep 16 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 17 13:09 EST 2012. Contains 206028 sequences.