Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136171
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136171 Column 0 of triangle A136170. +0
4
1, 1, 3, 19, 310, 10978, 868140, 149688297, 57339888914, 49349265481439, 97121874114574056, 443452539940740460176, 4761916627762078978228971, 121633155493441873035613043864, 7462643123890754031039350760255218 (list; graph; listen)
OFFSET

0,3

PROGRAM

(PARI) /* Generate using matrix power method: */ {a(n)=local(A=Mat(1), B); for(m=1, n+1, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, B[i, j]=(A^(fibonacci(i-1)))[i-1, j]); )); A=B); return( ((A)[n+1, 1]))} (PARI) /* Generate using partial sums method: */ {a(n)=local(A=vector(n+1), p); A[1]=1; for(j=1, n, p=fibonacci(n+2)-fibonacci(n-j+2)-j; A=Vec((Polrev(A)+x*O(x^p))/(1-x))); A[ #A]}

CROSSREFS

Cf. A136170; A136172, A136173.

Sequence in context: A069344 A003011 A115705 this_sequence A102586 A132876 A071381

Adjacent sequences: A136168 A136169 A136170 this_sequence A136172 A136173 A136174

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 17 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 July 23 10:48 EDT 2008. Contains 142285 sequences.


AT&T Labs Research