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!)
A171473 a(n) = 6*a(n-1) - 8*a(n-2)-3 for n > 1; a(0) = 35, a(1) = 135. 12
35, 135, 527, 2079, 8255, 32895, 131327, 524799, 2098175, 8390655, 33558527, 134225919, 536887295, 2147516415, 8590000127, 34359869439, 137439215615, 549756338175, 2199024304127, 8796095119359, 35184376283135 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Related to Reverse and Add trajectory of 22 in base 2: A061561(4*n+3) = 3*a(n).
LINKS
FORMULA
a(n) = 32*4^n + 4*2^n - 1.
G.f.: (35-110*x+72*x^2)/((1-x)*(1-2*x)*(1-4*x)).
a(n) = A092431(n+3).
a(n+1) - a(n) = A049775(n+5).
E.g.f.: exp(x)*(32*exp(3*x) + 4*exp(x) - 1). - Stefano Spezia, Sep 27 2023
PROG
(PARI) {m=20; v=concat([35, 135], vector(m-2)); for(n=3, m, v[n]=6*v[n-1]-8*v[n-2]-3); v}
(Magma) [32*4^n+4*2^n-1: n in [0..30]]; // Vincenzo Librandi, Jul 18 2011
CROSSREFS
Sequence in context: A039522 A044367 A044748 * A158586 A350205 A267565
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Dec 09 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 April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)