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!)
A113985 Column 2 of triangle A113983; also a(n) = A113983(n+1,1) + [A113983^2](n,1). 4
1, 3, 7, 17, 45, 135, 463, 1817, 8121, 41075, 233471, 1480945, 10412589, 80634431, 683674831, 6312152353, 63144706753, 681317547507, 7896054343495, 97919789763073, 1294863406981789, 18200820837825479, 271147632138373599 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [A113983^2](n, 0) + [A113983^3](n-1, 0) = A113989(n) + A113994(n-1).
PROG
(PARI) a(n)=local(A, B); A=Mat(1); for(m=2, n+3, B=matrix(m, m); for(i=1, m, for(j=1, i, if(i<3 || j==1 || j==i, B[i, j]=1, B[i, j]=A[i-1, j-1]+(A^2)[i-2, j-1]); )); A=B); A[n+3, 3]
CROSSREFS
Cf. A113983, A113984 (column 1), A113986 (column 3), A113987 (column 4).
Sequence in context: A233656 A106191 A062810 * A309302 A320774 A151265
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 12 2005
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 April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)