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!)
A199567 7*9^n+1. 1
8, 64, 568, 5104, 45928, 413344, 3720088, 33480784, 301327048, 2711943424, 24407490808, 219667417264, 1977006755368, 17793060798304, 160137547184728, 1441237924662544, 12971141321962888, 116740271897665984, 1050662447078993848 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 8*A187709(n).
a(n) = 9*a(n-1)-8.
a(n) = 10*a(n-1)-9*a(n-2).
G.f.: 8*(1-2*x)/((1-x)*(1-9*x)).
a(n) = (A096046(n)+1)*4. - Martin Ettl, Nov 13 2012
PROG
(Magma) [7*9^n+1: n in [0..30]];
(Maxima) A199567(n):=7*9^n+1$ makelist(A199567(n), n, 0, 30); /* Martin Ettl, Nov 13 2012 */
CROSSREFS
Sequence in context: A144317 A344054 A344252 * A213336 A366497 A355214
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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)