The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A026392 T(n,[ n/2 ]), where T is the array in A026386. 4

%I #8 Feb 10 2015 15:28:46

%S 1,2,4,8,17,34,75,150,339,678,1558,3116,7247,14494,34016,68032,160795,

%T 321590,764388,1528776,3650571,7301142,17501619,35003238,84179877,

%U 168359754,406020930,812041860,1963073865,3926147730

%N T(n,[ n/2 ]), where T is the array in A026386.

%F Conjecture: (n+1)*a(n) +2*(n-1)*a(n-1) +2*(-3*n+1)*a(n-2) +4*(-3*n+7)*a(n-3) +5*(n-3)*a(n-4) +10*(n-5)*a(n-5)=0. - _R. J. Mathar_, Feb 10 2015

%p A026392 := proc(n)

%p A026386(n,floor(n/2)) ;

%p end proc: # _R. J. Mathar_, Feb 10 2015

%Y Cf. A026378, A085362.

%K nonn

%O 1,2

%A _Clark Kimberling_

%E Offset corrected. _R. J. Mathar_, Feb 10 2015

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 14 06:13 EDT 2024. Contains 372528 sequences. (Running on oeis4.)