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!)
A267799 a(n) = (1 + 2^n + 3^n)/2. 1
3, 7, 18, 49, 138, 397, 1158, 3409, 10098, 30037, 89598, 267769, 801258, 2399677, 7190838, 21556129, 64635618, 193841317, 581392878, 1743916489, 5231225178, 15692626957, 47075783718, 141223156849, 423661081938, 1270966468597, 3812865851358, 11438530445209, 34315457117898, 102946102918237 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (A007689(n)+1)/2.
From Colin Barker, Apr 07 2016: (Start)
a(n) = 6*a(n-1)-11*a(n-2)+6*a(n-3) for n>3.
G.f.: x*(3-11*x+9*x^2) / ((1-x)*(1-2*x)*(1-3*x)).
(End)
a(n) = A001550(n)/2, for n >= 1. - Altug Alkan, Apr 08 2016
EXAMPLE
a(3) = (1 + 2^3 + 3^3)/2 = 18.
MATHEMATICA
Table[(1 + 2^n + 3^n)/2, {n, 30}] (* Michael De Vlieger, Apr 07 2016 *)
PROG
(PARI) Vec(x*(3-11*x+9*x^2)/((1-x)*(1-2*x)*(1-3*x)) + O(x^50)) \\ Colin Barker, Apr 07 2016
(PARI) a(n) = (1 + 2^n + 3^n)/2 \\ Charles R Greathouse IV, Apr 07 2016
CROSSREFS
Sequence in context: A225034 A190255 A218250 * A218783 A103177 A262784
KEYWORD
nonn,easy
AUTHOR
Emre APARI, Apr 07 2016
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 27 08:58 EDT 2024. Contains 372017 sequences. (Running on oeis4.)