Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121990
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121990 Binet A003215 type recursion with 3 instead of 2 as coeffiencient of a[n-1] and 12 nearest neighbors: a[n] = 3*a[n - 1] - a[n - 2] + 12. +0
1
1, 13, 50, 149, 409, 1090, 2873, 7541, 19762, 51757, 135521, 354818, 928945, 2432029, 6367154, 16669445, 43641193, 114254146, 299121257, 783109637, 2050207666, 5367513373, 14052332465, 36789484034, 96316119649, 252158874925 (list; graph; listen)
OFFSET

1,2

COMMENT

a[n]=(1/10) (-120 + (65 - 11 Sqrt[5]) ((1/2) (3 - Sqrt[5]))^n + ((1/2) (3 + Sqrt[5]))^n (65 + 11 Sqrt[5]))

FORMULA

a(n) = 3*a[n - 1] - a[n - 2] + 12

a(n)=4*a(n-1)-4*a(n-2)+a(n-3). G.f.: -x*(1+9*x+2*x^2)/((x-1)*(x^2-3*x+1)). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 04 2009]

MATHEMATICA

f[n_Integer] = Module[{a}, a[n] /. RSolve[{a[n] == 3*a[n - 1] - a[n - 2] + 12, a[0] == 1, a[1] == 13}, a[n], n][[1]] // FullSimplify] a = Rationalize[N[Table[f[n], {n, 0, 25}], 100], 0]

CROSSREFS

Cf. A003215, A005891.

Sequence in context: A147481 A050410 A121991 this_sequence A050491 A022283 A135971

Adjacent sequences: A121987 A121988 A121989 this_sequence A121991 A121992 A121993

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 10 2006

page 1

Search completed in 0.006 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 16 13:01 EST 2009. Contains 170825 sequences.


AT&T Labs Research