login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161727 a(n) = ((2+sqrt(3))*(4+sqrt(3))^n-(2-sqrt(3))*(4-sqrt(3))^n)/sqrt(12). 0
1, 6, 35, 202, 1161, 6662, 38203, 219018, 1255505, 7196806, 41252883, 236464586, 1355429209, 7769394054, 44534572715, 255274459018, 1463246226849, 8387401847558, 48077013831427, 275579886633162, 1579637913256745 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Fourth binomial transform of A038754, binomial transform of A140766.

FORMULA

a(n) = 8*a(n-1)-13(n-2) for n > 1; a(0) = 1, a(1) = 6.

G.f.: (1-2*x)/(1-8*x+13*x^2). [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jun 19 2009]

MAPLE

seq(expand(((2+sqrt(3))*(4+sqrt(3))^n-(2-sqrt(3))*(4-sqrt(3))^n)/sqrt(12)), n = 0 .. 20); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 20 2009]

PROG

(PARI) {default(debug, 0); F=nfinit(x^2-3); for(n=0, 20, print1(nfeltdiv(F, ((2+x)*(4+x)^n-(2-x)*(4-x)^n), (2*x))[1], ", "))} [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jun 19 2009]

CROSSREFS

Cf. A038754, A140766.

Sequence in context: A131435 A079027 A081105 * A121838 A001109 A180033

Adjacent sequences:  A161724 A161725 A161726 * A161728 A161729 A161730

KEYWORD

nonn

AUTHOR

Al Hakanson (hawkuu(AT)gmail.com), Jun 17 2009

EXTENSIONS

Extended beyond a(6) by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 19 2009

Edited by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 05 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 03:03 EST 2012. Contains 205567 sequences.