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!)
A199561 a(n) = 3*9^n+1. 4
4, 28, 244, 2188, 19684, 177148, 1594324, 14348908, 129140164, 1162261468, 10460353204, 94143178828, 847288609444, 7625597484988, 68630377364884, 617673396283948, 5559060566555524, 50031545098999708, 450283905890997364 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
An Engel expansion of 3 to the base 9 as defined in A181565, with the associated series expansion 3 = 9/4 + 9^2/(4*28) + 9^3/(4*28*244) + 9^4/(4*28*244*2188) + .... Cf. A087289 and A207262. - Peter Bala, Oct 29 2013
LINKS
FORMULA
a(n) = 4*A066443(n).
a(n) = 9*a(n-1)-8.
a(n) = 10*a(n-1)-9*a(n-2).
G.f.: 4*(1-3*x)/((1-x)*(1-9*x)).
MATHEMATICA
3*9^Range[0, 20]+1 (* or *) LinearRecurrence[{10, -9}, {4, 28}, 20] (* Harvey P. Dale, Jul 30 2019 *)
PROG
(Magma) [3*9^n+1: n in [0..30]];
CROSSREFS
Sequence in context: A369510 A188266 A192625 * A103211 A229644 A354602
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)