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!)
A137340 a(n) = 2*a(n-1) + 3*a(n-2), with a(0) = 1, a(1) = 9. 1
1, 9, 21, 69, 201, 609, 1821, 5469, 16401, 49209, 147621, 442869, 1328601, 3985809, 11957421, 35872269, 107616801, 322850409, 968551221, 2905653669, 8716961001, 26150883009, 78452649021, 235357947069, 706073841201, 2118221523609, 6354664570821, 19063993712469 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1 + 7*x)/((1 + x)*(1 - 3*x)). - Andrew Howroyd, Feb 02 2020
From Klaus Purath, Mar 10 2021: (Start)
a(n) = (5*3^n - 3*(-1)^n)/2.
a(2*n) = (5*9^n - 3)/2.
a(2*n+1) = (15*9^n + 3)/2.
a(n) = 20*3^(n-2) + a(n-2), n > 1.
a(n) = A096019(n) - 2*(-1)^n. (End)
MATHEMATICA
LinearRecurrence[{2, 3}, {1, 9}, 30] (* Harvey P. Dale, Jul 31 2023 *)
PROG
(PARI) Vec((1 + 7*x)/((1 + x)*(1 - 3*x)) + O(x^40)) \\ Andrew Howroyd, Feb 02 2020
CROSSREFS
Sequence in context: A262055 A193276 A173084 * A075640 A147480 A146396
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Apr 21 2008
EXTENSIONS
Terms a(10) and beyond from Andrew Howroyd, Feb 02 2020
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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)