login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129101 Column 1 of triangle A129100; also equals column 0 of the matrix square of A129100. 4
1, 2, 6, 24, 136, 1162, 15702, 346768, 12836904, 814033666, 90074891654, 17659668432744, 6211830230882472, 3960850942657072026, 4617438765658479411542, 9912250203901899238148640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A129094(n+1) - A129093(n); a(n) = A030067(2^(n+1)+2^n-1) - A030067(2^(n+1)-3) for n>=0 where A030067 is the semi-Fibonacci numbers.
PROG
(PARI) a(n)=local(A=Mat(1), B); for(m=1, n+2, B=matrix(m, m); for(r=1, m, for(c=1, r, if(r==c || r==1 || r==2, B[r, c]=1, if(c==1, B[r, 1]=sum(i=1, r-1, A[r-1, i]), B[r, c]=(A^(2^(c-1)))[r-c+1, 1])); )); A=B); return(A[n+2, 2])
CROSSREFS
Cf. A129100 (triangle); A129092 (column 0), A129102 (column 2), A129103 (column 3).
Sequence in context: A370017 A343482 A216779 * A292907 A216507 A366459
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 29 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 12:11 EDT 2024. Contains 372303 sequences. (Running on oeis4.)