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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064616 (10^n-1)*(91/81)-n*10^n/9. 2
9, 89, 789, 6789, 56789, 456789, 3456789, 23456789, 123456789, 123456789, -9876543211, -209876543211, -3209876543211, -43209876543211, -543209876543211, -6543209876543211, -76543209876543211, -876543209876543211, -9876543209876543211 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

FORMULA

a(n) =a(n-1)+(10-n)*10^(n-1) =(19-n)*A002275(n)-A064617(n) =10*A002275(n)-A014925(n)

PROG

(PARI) { a=0; q=1; for (n=1, 150, a+=(10 - n)*q; q*=10; write("b064616.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 20 2009]

CROSSREFS

Sequence in context: A055410 A175371 A111918 * A133486 A198967 A015584

Adjacent sequences:  A064613 A064614 A064615 * A064617 A064618 A064619

KEYWORD

base,easy,sign

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Sep 26 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 16 01:56 EST 2012. Contains 205860 sequences.