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!)
A166542 a(n) = 6*n - a(n-1), with n>1, a(1)=2. 1
2, 10, 8, 16, 14, 22, 20, 28, 26, 34, 32, 40, 38, 46, 44, 52, 50, 58, 56, 64, 62, 70, 68, 76, 74, 82, 80, 88, 86, 94, 92, 100, 98, 106, 104, 112, 110, 118, 116, 124, 122, 130, 128, 136, 134, 142, 140, 148, 146, 154, 152, 160, 158, 166, 164, 172, 170, 178, 176, 184 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: -x*(-2-8*x+4*x^2)/((1+x)*(x-1)^2). - Vincenzo Librandi, Sep 13 2013
From G. C. Greubel, May 16 2016: (Start)
E.g.f.: (1/2)*(3*(1 + 2*x)*exp(x) + 5*exp(-x) - 8).
a(n) = a(n-1) + a(n-2) - a(n-3). (End)
a(n) = 2*A166517(n). - Philippe Deléham, Nov 29 2016
Sum_{n>=1} (-1)^(n+1)/a(n) = 1/4 + Pi/(6*sqrt(3)). - Amiram Eldar, Feb 23 2023
MATHEMATICA
CoefficientList[Series[-(- 2 - 8 x + 4 x^2)/((1 + x) (x - 1)^2), {x, 0, 80}], x] (* Vincenzo Librandi, Sep 13 2013 *)
LinearRecurrence[{1, 1, -1}, {2, 10, 8}, 50] (* G. C. Greubel, May 16 2016 *)
PROG
(Magma) [n eq 1 select 2 else 6*n-Self(n-1): n in [1..80]]; // Vincenzo Librandi, Sep 13 2013
CROSSREFS
Sequence in context: A355785 A300016 A368559 * A316967 A189711 A092939
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 16 2009
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)