login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127226 a(0)=2, a(1)=2, a(n) = 2*a(n-1) + 6*a(n-2). 4
2, 2, 16, 44, 184, 632, 2368, 8528, 31264, 113696, 414976, 1512128, 5514112, 20100992, 73286656, 267179264, 974078464, 3551232512, 12946935808, 47201266688, 172084148224, 627375896576, 2287256682496 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G(x) = 2*(1-x)/(1-6x-2x^2);
E(x) = (exp((1+sqrt(7))x) + exp((1-sqrt(7))x));
a(n) = A083099(n) + 6*A083099(n-2).
G.f.: G(0), where G(k)= 1 + 1/(1 - x*(7*k-1)/(x*(7*k+6) - 1/G(k+1))); (continued fraction). - Sergei N. Gladkovskii, Jun 03 2013
PROG
(Sage) [lucas_number2(n, 2, -6) for n in range(0, 23)] # Zerinvary Lajos, Apr 30 2009
CROSSREFS
Cf. A083099.
Sequence in context: A363236 A076615 A098777 * A371548 A001119 A216387
KEYWORD
easy,nonn
AUTHOR
Miklos Kristof, Mar 26 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)