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!)
A198646 a(n) = 11*3^n-1. 2
10, 32, 98, 296, 890, 2672, 8018, 24056, 72170, 216512, 649538, 1948616, 5845850, 17537552, 52612658, 157837976, 473513930, 1420541792, 4261625378, 12784876136, 38354628410, 115063885232, 345191655698, 1035574967096, 3106724901290 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 3*a(n-1)+2, a(0)=10.
G.f.: (10-8*x) / ((3*x-1)*(x-1)). - R. J. Mathar, Oct 30 2011
a(n) = 4*a(n-1)-3*a(n-2). - Wesley Ivan Hurt, Oct 02 2021
a(n) = 2*A052909(n+1). - R. J. Mathar, Apr 07 2022
MATHEMATICA
11*3^Range[0, 30] - 1 (* Wesley Ivan Hurt, Oct 02 2021 *)
PROG
(Magma) [11*3^n-1: n in [0..30]]
CROSSREFS
Sequence in context: A229720 A350108 A024933 * A356277 A052210 A084818
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 28 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 23 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)