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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080042 a(n)=4a(n-1)+3a(n-2), a(0)=2, a(1)=4. 3
2, 4, 22, 100, 466, 2164, 10054, 46708, 216994, 1008100, 4683382, 21757828, 101081458, 469599316, 2181641638, 10135364500, 47086382914, 218751625156, 1016265649366, 4721317472932, 21934066839826, 101900219778100 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

FORMULA

G.f.: g(t)=(2-4t)/(1-4t-3t^2) a(n)=(2+sqrt(7))^n+(2-sqrt(7))^n

MATHEMATICA

CoefficientList[Series[(2 - 4t)/(1 - 4t - 3t^2), {t, 0, 25}], t]

PROG

(Other) sage: [lucas_number2(n, 4, -3) for n in xrange(0, 22)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 14 2009]

CROSSREFS

Sequence in context: A071298 A152104 A047035 * A165588 A110130 A019025

Adjacent sequences:  A080039 A080040 A080041 * A080043 A080044 A080045

KEYWORD

easy,nonn

AUTHOR

Mario Catalani (mario.catalani(AT)unito.it), Jan 21 2003

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 07:22 EST 2012. Contains 205706 sequences.