The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A064747 a(n) = n*9^n + 1. 3
1, 10, 163, 2188, 26245, 295246, 3188647, 33480784, 344373769, 3486784402, 34867844011, 345191655700, 3389154437773, 33044255768278, 320275094369455, 3088366981419736, 29648323021629457, 283512088894331674, 2701703435345984179 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 19*a(n-1) - 99*a(n-2) + 81*a(n-3); a(0)=1, a(1)=10, a(2)=163. - Harvey P. Dale, Jan 16 2016
MATHEMATICA
Table[n*9^n+1, {n, 0, 20}] (* or *) LinearRecurrence[{19, -99, 81}, {1, 10, 163}, 20]
PROG
(Magma) [ n*9^n+1: n in [0..20]]; // Vincenzo Librandi, Sep 16 2011
CROSSREFS
Sequence in context: A074703 A190903 A303486 * A285995 A278096 A272499
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Oct 19 2001
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 16 16:26 EDT 2024. Contains 372554 sequences. (Running on oeis4.)