Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063782
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063782 a(n) = f(n) + f(n-1), where f() = A063727. +0
1
3, 10, 32, 104, 336, 1088, 3520, 11392, 36864, 119296, 386048, 1249280, 4042752, 13082624, 42336256, 137003008, 443351040, 1434714112, 4642832384, 15024521216, 48620371968, 157338828800, 509159145472, 1647673606144 (list; graph; listen)
OFFSET

1,1

COMMENT

Ratio of successive terms approaches sqrt(5) + 1.

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,200

FORMULA

2^(n-1)*Fibonacci(n+3). - Vladeta Jovovic (vladeta(AT)eunet.rs), Oct 25 2003

(a)=((1+sqrt5)^n-(1-sqrt5)^n)/sqrt1280. Offset 3. a(5)=10. [From Al Hakanson (hawkuu(AT)gmail.com), Apr 11 2009]

MAPLE

a := proc(n) option remember: if n=0 then RETURN(1) fi: if n=1 then RETURN(2) fi: 2*a(n-1) + 4*a(n-2); end: for n from 1 to 50 do printf(`%d, `, a(n)+a(n-1)) od:

PROGRAM

(PARI) { for (n=0, 200, if (n>1, a=2*a1 + 4*a2; a2=a1; a1=a, if (n, a=a1=2, a=a2=1)); if (n, write("b063782.txt", n, " ", a + a2)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 31 2009]

CROSSREFS

Sequence in context: A134377 A077826 A033505 this_sequence A071718 A134952 A149028

Adjacent sequences: A063779 A063780 A063781 this_sequence A063783 A063784 A063785

KEYWORD

nonn

AUTHOR

Klaus E. Kastberg (kastberg(AT)hotkey.net.au), Aug 17 2001

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Sep 25 2001

OFFSET changed from 0,1 to 1,1 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 31 2009

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 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research