Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131569
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131569 a(n) = (1/2)*(F(n+2)-1)*(F(n+2)-2) + F(n), where F() are the Fibonacci numbers. +0
1
1, 2, 8, 24, 71, 198, 541, 1452, 3862, 10208, 26885, 70644, 185369, 485982, 1273420, 3335640, 8735707, 22875050, 59895221, 156819960, 410579786, 1074943872, 2814291433, 7367994504, 19289795761, 50501560538, 132215157296 (list; graph; listen)
OFFSET

1,2

COMMENT

Consider the infinite array M, containing the positive integers by antidiagonals from lower left to upper right: M(j,k) = (k+j-1)*(k+j)/2-(j-1); j, k >= 1. a(n) is the element in row F(n+1) and column F(n), i. e. a(n) = M(F(n+1),F(n)).

EXAMPLE

Upper left 6 X 6 submatrix of M is

[ 1 3 6 10 15 21]

[ 2 5 9 14 20 27]

[ 4 8 13 19 26 34]

[ 7 12 18 25 33 42]

[11 17 24 32 41 51]

[16 23 31 40 50 61]

F(0) through F(7) are 0, 1, 1, 2, 3, 5, 8, 13. a(4) = M(F(5),F(4)) = M(5,3) = 24.

PROGRAM

(PARI) for(n=1, 27, print1((1/2)*(fibonacci(n+2)-1)*(fibonacci(n+2)-2)+fibonacci(n), ", ")) /* Klaus Brockhaus, Aug 29 2007 */

(MAGMA) z:=15; m:=Fibonacci(z+1); M:=Matrix(IntegerRing(), m, m, [ [ (k+j-1)*(k+j)/2-(j-1): k in [1..m] ]: j in [1..m] ] ); [ M[Fibonacci(n+1), Fibonacci(n)]: n in [1..z] ] /* Klaus Brockhaus, Aug 29 2007 */

CROSSREFS

Cf. A000045 (Fibonacci numbers).

Sequence in context: A018045 A050242 A045697 this_sequence A066973 A130495 A026070

Adjacent sequences: A131566 A131567 A131568 this_sequence A131570 A131571 A131572

KEYWORD

easy,nonn

AUTHOR

Philippe LALLOUET (philip.lallouet(AT)wanadoo.fr), Aug 27 2007

EXTENSIONS

Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 29 2007

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 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research