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!)
A176635 a(n) = 6*a(n-1)-8*a(n-2) for n > 1; a(0) = 57, a(1) = 242. 6
57, 242, 996, 4040, 16272, 65312, 261696, 1047680, 4192512, 16773632, 67101696, 268421120, 1073713152, 4294909952, 17179754496, 68719247360, 274877448192, 1099510710272, 4398044676096, 17592182374400, 70368736837632 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Related to Reverse and Add trajectory of 77 in base 2: a(n) = A075253(4*n+3)/12, i.e., one twelfth of fourth quadrisection of A075253.
Second binomial transform of 57 followed by 128*A000079.
Third binomial transform of A176636.
LINKS
FORMULA
a(n) = 64*4^n-7*2^n.
G.f.: (57-100*x)/((1-2*x)*(1-4*x)).
MATHEMATICA
CoefficientList[Series[(57 - 100 x)/((1 - 2 x) (1 - 4 x)), {x, 0, 40}], x] (* Vincenzo Librandi, Sep 24 2013 *)
LinearRecurrence[{6, -8}, {57, 242}, 30] (* Harvey P. Dale, Jun 08 2016 *)
PROG
(PARI) {m=21; v=concat([57, 242], vector(m-2)); for(n=3, m, v[n]=6*v[n-1]-8*v[n-2]); v}
(Magma) [64*4^n-7*2^n: n in [0..25]]; // Vincenzo Librandi, Sep 24 2013
CROSSREFS
Cf. A075253 (Reverse and Add trajectory of 77 in base 2), A176632, A176633, A176634, A176636 (repeat 57, 71), A171472.
Sequence in context: A358332 A158668 A145296 * A048422 A157651 A251263
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Apr 22 2010
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 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)