Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066629
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066629 2*Fibonacci(n+2) + [(-1)^n - 3]/2. +0
6
1, 2, 5, 8, 15, 24, 41, 66, 109, 176, 287, 464, 753, 1218, 1973, 3192, 5167, 8360, 13529, 21890, 35421, 57312, 92735, 150048, 242785, 392834, 635621, 1028456, 1664079, 2692536, 4356617, 7049154, 11405773, 18454928, 29860703, 48315632 (list; graph; listen)
OFFSET

0,2

COMMENT

Fibonacci-like numbers made from Asher Auel's triangle A(n,m) (A051597) satisfying A(0,0)=1, A(1,0)=2, A(1,1)=2, etc..: then a(0)=1, a(1)=2, a(n)=A(n,0)+A(n-1,1)+A(n-2,2)+...

a(n)/a(n-1)->(1+sqr5)/2. If n even: a(n)=a(n-1)+a(n-2)+2; if n odd: a(n)=a(n-1)+a(n-2)+1.

Equals row sums of triangle A153864 [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 03 2009]

FORMULA

G.f.: (1+x+x^2)/((1-x-x^2)(1-x)(1+x)). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 19 2008]

EXAMPLE

a(5)=A(5,0)+A(4,1)+A(3,2)=6+11+7=24

PROGRAM

(PARI) print1(y=1, ", ", z=2, ", "); for(n=2, 35, print1(a=z+y+2-n%2, ", "); y=z; z=a)

CROSSREFS

Cf. A051597.

A153864 [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 03 2009]

Sequence in context: A073335 A066897 A078697 this_sequence A154327 A074027 A018156

Adjacent sequences: A066626 A066627 A066628 this_sequence A066630 A066631 A066632

KEYWORD

easy,nonn

AUTHOR

Miklos Kristof (kristmikl(AT)freemail.hu), Dec 18 2002

EXTENSIONS

Extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 19 2002

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 4 15:11 EST 2009. Contains 170347 sequences.


AT&T Labs Research