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!)
A199560 (3*9^n+1)/2. 3
2, 14, 122, 1094, 9842, 88574, 797162, 7174454, 64570082, 581130734, 5230176602, 47071589414, 423644304722, 3812798742494, 34315188682442, 308836698141974, 2779530283277762, 25015772549499854, 225141952945498682 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 2*A066443(n).
a(n) = 9*a(n-1)-4.
a(n) = 10*a(n-1)-9*a(n-2).
G.f.: 2*(1-3*x)/((1-x)*(1-9*x)).
MATHEMATICA
LinearRecurrence[{10, -9}, {2, 14}, 30] (* or *) NestList[9#-4&, 2, 30] (* Harvey P. Dale, May 30 2012 *)
PROG
(Magma) [(3*9^n+1)/2: n in [0..30]];
CROSSREFS
Sequence in context: A351856 A155728 A267906 * A283184 A319536 A060468
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 08 2011
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 April 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)