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!)
A316080 Sequence shifts left eight places under Weigh transform with a(n) = signum(n) for n<8. 3

%I #10 May 09 2019 07:01:12

%S 0,1,1,1,1,1,1,1,1,1,1,2,2,3,4,5,6,8,10,13,17,22,30,40,53,71,96,128,

%T 173,233,314,425,575,780,1060,1442,1964,2680,3658,5000,6840,9366,

%U 12835,17604,24164,33194,45632,62775,86417,119038,164077,226287,312261,431138

%N Sequence shifts left eight places under Weigh transform with a(n) = signum(n) for n<8.

%H Alois P. Heinz, <a href="/A316080/b316080.txt">Table of n, a(n) for n = 0..2500</a>

%F G.f.: x + x^2 + x^3 + x^4 + x^5 + x^6 + x^7 + x^8 * Product_{n>=1} (1 + x^n)^a(n). - _Ilya Gutkovskiy_, May 09 2019

%p b:= proc(n, i) option remember; `if`(n=0, 1, `if`(i<1, 0,

%p add(binomial(a(i), j)*b(n-i*j, i-1), j=0..n/i)))

%p end:

%p a:= n-> (k-> `if`(n<k, signum(n), b(n-k$2)))(8):

%p seq(a(n), n=0..53);

%Y Column k=8 of A316074.

%Y Cf. A057427, A218025.

%K nonn,eigen

%O 0,12

%A _Alois P. Heinz_, Jun 23 2018

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 March 29 09:32 EDT 2024. Contains 371268 sequences. (Running on oeis4.)