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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A165151 a(n) = (3*11^n-7^n)/2. 3
1, 13, 157, 1825, 20761, 233173, 2598517, 28818985, 318655921, 3516744733, 38764899277, 426978842545, 4700721921481, 51735623710693, 569285638838437, 6263498473368505, 68907978330073441, 758054227491947053 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Binomial transform of A165150. Inverse binomial transform of A165152.

LINKS

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

FORMULA

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

G.f.: (1-5*x)/((1-7*x)*(1-11*x)).

MATHEMATICA

Table[(3 11^n-7^n)/2, {n, 0, 20}] (* or *) LinearRecurrence[{18, -77}, {1, 13}, 20] (* From Harvey P. Dale, Jan 28 2012 *)

PROG

(MAGMA) [ (3*11^n-7^n)/2: n in [0..17] ];

CROSSREFS

Cf. A165150, A165152.

Sequence in context: A072841 A159499 A125470 * A016125 A175519 A015470

Adjacent sequences:  A165148 A165149 A165150 * A165152 A165153 A165154

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Sep 15 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 15 17:43 EST 2012. Contains 205830 sequences.