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!)
A014131 a(n) = 2*a(n-1) if n odd else 2*a(n-1) + 6. 1
0, 6, 12, 30, 60, 126, 252, 510, 1020, 2046, 4092, 8190, 16380, 32766, 65532, 131070, 262140, 524286, 1048572, 2097150, 4194300, 8388606, 16777212, 33554430, 67108860, 134217726, 268435452, 536870910 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 3*A026644(n), n > 0. [moved from A020988 by R. J. Mathar, Oct 21 2008]
From R. J. Mathar, Oct 21 2008: (Start)
G.f.: 6x/((1-2x)(1-x)(1+x)).
a(n) = 2^(n+2) - 3 - (-1)^n. (End)
MATHEMATICA
Table[2^(n+2)-3-(-1)^n, {n, 0, 40}] (* or *) CoefficientList[Series[6x/((1-2x)(1-x)(1+x)), {x, 0, 30}], x] (* Vincenzo Librandi, Apr 03 2012 *)
PROG
(Magma) [2^(n+2)-3-(-1)^n: n in [0..30]]; // Vincenzo Librandi, Apr 03 2012
CROSSREFS
Cf. A000975.
Sequence in context: A357197 A322374 A351694 * A236539 A122211 A015801
KEYWORD
nonn
AUTHOR
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 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)