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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129617 a(1) = 0; a(2) = a(3) = 1; for n > 3: a(n) = 16*a(n-2)+14*a(n-3). 0
0, 1, 1, 16, 30, 270, 704, 4740, 15044, 85696, 307064, 1581752, 6112768, 29606928, 119948816, 559289600, 2333678048, 10627917024, 45168903168, 202718165056, 871493289024, 3875855285248, 16781946935168, 74214590610304 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

FORMULA

G.f.: -x^2*(1+x)/(-1+16*x^2+14*x^3). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 14 2007

MATHEMATICA

a[1]=0; a[2]=1; a[3]=1; a[n_] := 16*a[n-2]+14*a[n-3]; Table[a[n], {n, 1, 25}]

CROSSREFS

Sequence in context: A183372 A145581 A186453 * A194122 A167997 A185979

Adjacent sequences:  A129614 A129615 A129616 * A129618 A129619 A129620

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 30 2007

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jul 26 2007

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 23:45 EST 2012. Contains 205978 sequences.