Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136423
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136423 Floor((x^n - (1-x)^n)/2 +.5) where x = (sqrt(4)+1)/2 = 3/2. +0
1
1, 1, 2, 3, 4, 6, 9, 13, 19, 29, 43, 65, 97, 146, 219, 328, 493, 739, 1108, 1663, 2494, 3741, 5611, 8417, 12626, 18938, 28408, 42611, 63917, 95876, 143813, 215720, 323580, 485370, 728055, 1092082, 1638123, 2457185, 3685777, 5528666, 8292999 (list; graph; listen)
OFFSET

1,3

COMMENT

This is analogous to the closed form of the formula for the n-th Fibonacci

number. Even before truncation, these numbers are rational and the decimal

part always ends in 5. For x=(sqrt(4)+1)/2=3/2, a(n)/a(n-1) -> x.

FORMULA

The general form of x is (sqrt(r)+1)/2, r=1,2,3..

PROGRAM

(PARI) g(n, r) = for(m=1, n, print1(fib(m, r)", ")) fib(n, r) = x=(sqrt(r)+1)/2; floor((x^n-(1-x)^n)/sqrt(r)+.5)

CROSSREFS

Adjacent sequences: A136420 A136421 A136422 this_sequence A136424 A136425 A136426

Sequence in context: A101913 A121653 A061418 this_sequence A078932 A117791 A022860

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), Apr 01 2008

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 January 7 17:35 EST 2009. Contains 152824 sequences.


AT&T Labs Research