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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A164541 a(n) = 6*a(n-1)-a(n-2) for n > 1; a(0) = 1, a(1) = 15. 3
1, 15, 89, 519, 3025, 17631, 102761, 598935, 3490849, 20346159, 118586105, 691170471, 4028436721, 23479449855, 136848262409, 797610124599, 4648812485185, 27095264786511, 157922776233881, 920441392616775 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Binomial transform of A164540. Third binomial transform of A164675. Inverse binomial transform of A164542.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..155

FORMULA

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

G.f: (1+9*x)/(1-6*x+x^2).

a(n) = ((1+3*sqrt(2))*(3+2*sqrt(2))^n+(1-3*sqrt(2))*(3-2*sqrt(2))^n)/2.

PROG

(MAGMA) Z<x>:=PolynomialRing(Integers()); N<r>:=NumberField(x^2-2); S:=[ ((1+3*r)*(3+2*r)^n+(1-3*r)*(3-2*r)^n)/2: n in [0..19] ]; [ Integers()!S[j]: j in [1..#S] ]; [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 20 2009]

CROSSREFS

Cf. A164540, A164675, A164542.

Sequence in context: A206170 A177882 A199897 * A145789 A010822 A022707

Adjacent sequences:  A164538 A164539 A164540 * A164542 A164543 A164544

KEYWORD

nonn,easy

AUTHOR

Al Hakanson (hawkuu(AT)gmail.com), Aug 15 2009

EXTENSIONS

Edited and extended beyond a(5) by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 20 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 16 08:13 EST 2012. Contains 205893 sequences.