The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A168376 a(n) = (14*n - 7*(-1)^n - 9)/4. 2
3, 3, 10, 10, 17, 17, 24, 24, 31, 31, 38, 38, 45, 45, 52, 52, 59, 59, 66, 66, 73, 73, 80, 80, 87, 87, 94, 94, 101, 101, 108, 108, 115, 115, 122, 122, 129, 129, 136, 136, 143, 143, 150, 150, 157, 157, 164, 164, 171, 171, 178, 178, 185, 185, 192, 192, 199, 199, 206 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 7*n - a(n-1) - 8, with n>1, a(1)=3.
a(n) = A168331(n-1), n>1. - _R. J. Mathar_, Nov 25 2009
G.f.: x*(3 + 4*x^2)/((1+x) * (x-1)^2). - _R. J. Mathar_, Nov 25 2009
a(n) = 3 + 7*floor((n-1)/2). - _Bruno Berselli_, Sep 18 2013
From _G. C. Greubel_, Jul 19 2016: (Start)
E.g.f.: (1/4)*(-7 + 16*exp(x) + (14*x - 9)*exp(2*x))*exp(-x).
a(n) = a(n-1) + a(n-2) - a(n-3). (End)
MATHEMATICA
Table[7 n/2 - (7 (-1)^n + 9)/4, {n, 60}] (* _Bruno Berselli_, Sep 17 2013 *)
CoefficientList[Series[(3 + 4 x^2)/((1 + x) (x - 1)^2), {x, 0, 70}], x] (* _Vincenzo Librandi_, Sep 17 2013 *)
PROG
(Magma) [n eq 1 select 3 else 7*n-Self(n-1)-8: n in [1..70]]; // _Vincenzo Librandi_, Sep 17 2013
(PARI) a(n)=(14*n-7*(-1)^n-9)/4 \\ _Charles R Greathouse IV_, Jul 19 2016
CROSSREFS
Cf. A168331.
Sequence in context: A057210 A330632 A278832 * A266221 A073709 A085288
KEYWORD
nonn,easy
AUTHOR
_Vincenzo Librandi_, Nov 24 2009
EXTENSIONS
Definition rewritten using Mathar's formula by _Bruno Berselli_, Sep 17 2013
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 May 14 10:17 EDT 2024. Contains 372532 sequences. (Running on oeis4.)