Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A127262
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A127262 a(0)=2, a(1)=2, a(n)=2*a(n-1)+12*a(n-2). +0
2
2, 2, 28, 80, 496, 1952, 9856, 43136, 204544, 926720, 4307968, 19736576, 91168768, 419176448, 1932378112, 8894873600, 40978284544, 188695052288, 869129519104, 4002599665664, 18434753560576, 84900703109120 (list; graph; listen)
OFFSET

0,1

COMMENT

If A091914(n-1)=F(n) the Fibonacci-like sequence, then a(n) is the Lucas-type sequence.

FORMULA

a(n)=((1+sqrt(13))^n-(1-sqrt(13)^n))/2/sqrt(13) G(x)=2*(1-x)/(1-2*x-12*x^2) E(x)=exp((1+sqrt(13))*x)+exp((1-sqrt(13))*x) a(n)=A091914(n)+12*A091914(n-2)

MAPLE

a[0]:=2:a[1]:=2:for i from 2 to 40 do a[i]:=2*a[i-1]+12*a[i-2] od: seq(a[n], n=0..40);

PROGRAM

(Other) sage: [lucas_number2(n, 2, -12) for n in xrange(0, 22)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 30 2009]

CROSSREFS

Cf. A091914.

Sequence in context: A125067 A012000 A116091 this_sequence A121788 A018976 A074127

Adjacent sequences: A127259 A127260 A127261 this_sequence A127263 A127264 A127265

KEYWORD

easy,nonn

AUTHOR

Miklos Kristof (kristmikl(AT)freemail.hu), Mar 27 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 19:42 EST 2009. Contains 167435 sequences.


AT&T Labs Research