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!)
A188165 a(n) = 2^n + 9. 6
10, 11, 13, 17, 25, 41, 73, 137, 265, 521, 1033, 2057, 4105, 8201, 16393, 32777, 65545, 131081, 262153, 524297, 1048585, 2097161, 4194313, 8388617, 16777225, 33554441, 67108873, 134217737, 268435465, 536870921, 1073741833, 2147483657, 4294967305 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Bruno Berselli, Sep 26 2011: (Start)
G.f.: (10-19*x)/(1-3*x+2*x^2).
a(n) = 2*a(n-1)-9 = 3*a(n-1)-2*a(n-2).
a(n) = A168415(n)+2. (End)
E.g.f.: exp(2*x) + 9*exp(x). - Elmo R. Oliveira, Nov 08 2023
MATHEMATICA
Table[2^n + 9, {n, 0, 40}] (* or *) CoefficientList[Series[(10 - 19 x)/((1 - x) (1 - 2 x)), {x, 0, 30}], x] (* Vincenzo Librandi, May 13 2014 *)
PROG
(PARI) a(n) = 1<<n + 9 \\ Michel Marcus, Jul 19 2013
(Magma) [2^n+9: n in [0..40]]; // Vincenzo Librandi, May 13 2014
CROSSREFS
Cf. A000079, A104070 (primes of this form), A168415.
Sequence in context: A121265 A045986 A216836 * A125588 A253205 A095038
KEYWORD
nonn,easy
AUTHOR
Brad Clardy, Mar 23 2011
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 25 16:38 EDT 2024. Contains 371989 sequences. (Running on oeis4.)