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!)
A054127 a(1) = 2; a(n) = 9*2^(n-2) - n - 2, n>1. 1
2, 5, 13, 30, 65, 136, 279, 566, 1141, 2292, 4595, 9202, 18417, 36848, 73711, 147438, 294893, 589804, 1179627, 2359274, 4718569, 9437160, 18874343, 37748710, 75497445, 150994916, 301989859, 603979746, 1207959521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Second column of A054126.
LINKS
FORMULA
a(n) = A054126(n, 1).
G.f.: x * (2-x) * (1-x+x^2) / ( (1-x)^2 * (1-2*x) ). - Joerg Arndt, Dec 01 2014
MATHEMATICA
Join[{2}, Table[9*2^(n-2)-n-2, {n, 2, 30}]] (* Harvey P. Dale, Jul 16 2020 *)
LinearRecurrence[{4, -5, 2}, {2, 5, 13, 30}, 30] (* Harvey P. Dale, Aug 01 2021 *)
CROSSREFS
Cf. A054126.
Sequence in context: A116699 A290198 A282153 * A184052 A295057 A309535
KEYWORD
nonn,easy
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 14 16:21 EDT 2024. Contains 372533 sequences. (Running on oeis4.)