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!)
A177420 a(n) = 6*a(n-1)-8*a(n-2) for n > 10; a(0)=221, a(1)=2754, a(2)=12456, a(3)=77697, a(4)=589869, a(5)=5333271, a(6)=48222198, a(7)=218509695, a(8)=3071851356, a(9)=12683673552, a(10)=51137150880. 5
221, 2754, 12456, 77697, 589869, 5333271, 48222198, 218509695, 3071851356, 12683673552, 51137150880, 205353516864, 823023894144, 3295315229952, 13187700226560, 52763679519744, 211080475305984, 844373415677952 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Related to Reverse and Add trajectory of 442 in base 2: a(n) = A075268(4*n)/2, i.e. one half of first quadrisection of A075268.
LINKS
FORMULA
a(n) = 3*4^(n+7)-12576771*2^(n-5) for n > 8.
G.f.: (221+1428*x-2300*x^2+24993*x^3+223335*x^4+2415633*x^5 +20941524*x^6-28157325*x^7+2146570770*x^8-3999357024*x^9-390079584*x^10) / ((1-2*x)*(1-4*x)).
G.f. for the sequence starting at a(9): 48*x^9*(264243199-520101884*x) / ((1-2*x)*(1-4*x)).
MATHEMATICA
CoefficientList[Series[(221 + 1428 x - 2300 x^2 + 24993 x^3 + 223335 x^4 + 2415633 x^5 + 20941524 x^6 - 28157325 x^7 + 2146570770 x^8 - 3999357024 x^9 - 390079584 x^10)/((1 - 2 x) (1 - 4 x)), {x, 0, 40}], x] (* Vincenzo Librandi, Sep 24 2013 *)
LinearRecurrence[{6, -8}, {221, 2754, 12456, 77697, 589869, 5333271, 48222198, 218509695, 3071851356, 12683673552, 51137150880}, 20] (* Harvey P. Dale, Nov 02 2020 *)
PROG
(PARI) {m=18; v=concat([221, 2754, 12456, 77697, 589869, 5333271, 48222198, 218509695, 3071851356, 12683673552, 51137150880], vector(m-11)); for(n=12, m, v[n]=6*v[n-1]-8*v[n-2]); v}
(Magma) [221, 2754, 12456, 77697, 589869, 5333271, 48222198, 218509695, 3071851356] cat [3*4^(n+7)-12576771*2^(n-5): n in [9..25]]; // Vincenzo Librandi, Sep 24 2013
CROSSREFS
Cf. A075268 (Reverse and Add trajectory of 442 in base 2), A177421, A177422, A177423.
Sequence in context: A157490 A020247 A177422 * A220737 A220723 A011816
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, May 07 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 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)