Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A155464
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A155464 a(n) = 7*a(n-1)-7*a(n-2)+a(n-3) for n > 2; a(0) = 0, a(1) = 51, a(2) = 340. +0
5
0, 51, 340, 2023, 11832, 69003, 402220, 2344351, 13663920, 79639203, 464171332, 2705388823, 15768161640, 91903581051, 535653324700, 3122016367183, 18196444878432, 106056652903443, 618143472542260, 3602804182350151 (list; graph; listen)
OFFSET

0,2

COMMENT

lim_{n -> infinity} a(n+1)/a(n) = 3+2*sqrt(2).

FORMULA

a(n) = 6*a(n-1)-a(n-2)+34 for n > 1; a(0) = 0, a(1) = 51.

a(n) = ((1+sqrt(2))*(3+2*sqrt(2))^n+(1-sqrt(2))*(3-2*sqrt(2))^n-2)*17/4.

G.f.: 17*x*(3-x)/((1-x)*(1-6*x+x^2)).

PROGRAM

(PARI) {m=20; v=concat([0, 51, 340], vector(m-3)); for(n=4, m, v[n]=7*v[n-1]-7*v[n-2]+v[n-3]); v}

CROSSREFS

First trisection of A118120. Equals 17*A001652.

Cf. A155465, A155466, A156035 (decimal expansion of 3+2*sqrt(2)).

Sequence in context: A158640 A107253 A030535 this_sequence A165087 A152579 A083669

Adjacent sequences: A155461 A155462 A155463 this_sequence A155465 A155466 A155467

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jan 30 2009

EXTENSIONS

Comment and recursion formula added, cross-references edited by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Sep 23 2009

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 December 5 17:24 EST 2009. Contains 170342 sequences.


AT&T Labs Research