Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136173
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136173 Column 2 of triangle A136170. +0
4
1, 3, 25, 480, 20657, 1906051, 378639419, 163267272113, 155845755656250, 335843460383424796, 1664976879959626195703, 19289660262281670383124691, 529079225669745804554669074826, 34719352972951195290492954195861372 (list; graph; listen)
OFFSET

0,2

PROGRAM

(PARI) /* Generate using matrix power method: */ {a(n)=local(A=Mat(1), B); for(m=1, n+3, 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+3, 3]))} (PARI) /* Generate using partial sums method: */ {a(n)=local(A=vector(n+1), p); A[1]=1; for(j=1, n, p=fibonacci(n+4)-fibonacci(n-j+4)-j; A=Vec((Polrev(A)+x*O(x^p))/(1-x))); A[ #A]}

CROSSREFS

Cf. A136170; A136171, A136172.

Sequence in context: A074708 A160143 A009843 this_sequence A003024 A131310 A127231

Adjacent sequences: A136170 A136171 A136172 this_sequence A136174 A136175 A136176

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research