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!)
A024123 a(n) = 10^n - n^9. 2
1, 9, -412, -18683, -252144, -1853125, -9077696, -30353607, -34217728, 612579511, 9000000000, 97642052309, 994840219648, 9989395500627, 99979338953216, 999961556640625, 9999931280523264, 99999881412123503 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (20,-145,570,-1410,2352,-2730,2220,-1245,460,-101,10).
MATHEMATICA
Table[10^n-n^9, {n, 0, 30}] (* or *) LinearRecurrence[ {20, -145, 570, -1410, 2352, -2730, 2220, -1245, 460, -101, 10}, {1, 9, -412, -18683, -252144, -1853125, -9077696, -30353607, -34217728, 612579511, 9000000000}, 30] (* Harvey P. Dale, Feb 06 2014 *)
PROG
(Magma) [10^n-n^9: n in [0..20]]; // Vincenzo Librandi, Jul 01 2011
(PARI) a(n)=10^n-n^9 \\ Charles R Greathouse IV, Jul 01 2011
CROSSREFS
Sequence in context: A035024 A179433 A091061 * A218140 A292073 A232249
KEYWORD
sign,easy
AUTHOR
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 May 8 13:24 EDT 2024. Contains 372333 sequences. (Running on oeis4.)