Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A116953
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A116953 a(n) = Floor[1/2((1-2/Sqrt[3])^n+(1-2/Sqrt[3])^n)] +0
1
1, 1, 2, 5, 10, 23, 50, 107, 232, 500, 1078, 2323, 5007, 10789, 23248, 50092, 107934, 232566, 501111, 1079745, 2326528, 5012972, 10801454, 23273900, 50148285, 108054537 (list; graph; listen)
OFFSET

0,3

COMMENT

A Binet sequence solution with ratio =(2+Sqrt[3])/Sqrt[3] ( called a trident sequence after the graphic it comes from).

MATHEMATICA

Needs["DiscreteMath`RSolve`"]; Clear[f]; f[n_Integer] = Module[{a}, a[n] /. RSolve[{a[n] == 2*a[n - 1] + a[n - 2]/3, a[0] == 1, a[1] == 1}, a[n], n][[1]] // Simplify] // ToRadicals Table[Floor[N[f[n]]], {n, 0, 25}]

CROSSREFS

Sequence in context: A109165 A018344 A087640 this_sequence A099516 A099963 A112855

Adjacent sequences: A116950 A116951 A116952 this_sequence A116954 A116955 A116956

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 03 2006

EXTENSIONS

Edited by njas, May 04 2006

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 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research