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!)
A316082 Sequence shifts left ten places under Weigh transform with a(n) = signum(n) for n<10. 3
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 6, 8, 10, 12, 15, 19, 24, 31, 40, 51, 67, 87, 114, 149, 195, 255, 334, 438, 574, 753, 989, 1300, 1711, 2255, 2973, 3927, 5190, 6867, 9092, 12046, 15971, 21188, 28124, 37351, 49631, 65981, 87763, 116794 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,14
LINKS
FORMULA
G.f.: x + x^2 + x^3 + x^4 + x^5 + x^6 + x^7 + x^8 + x^9 + x^10 * Product_{n>=1} (1 + x^n)^a(n). - Ilya Gutkovskiy, May 09 2019
MAPLE
b:= proc(n, i) option remember; `if`(n=0, 1, `if`(i<1, 0,
add(binomial(a(i), j)*b(n-i*j, i-1), j=0..n/i)))
end:
a:= n-> (k-> `if`(n<k, signum(n), b(n-k$2)))(10):
seq(a(n), n=0..55);
CROSSREFS
Column k=10 of A316074.
Sequence in context: A351008 A258875 A179241 * A157046 A017979 A140881
KEYWORD
nonn,eigen
AUTHOR
Alois P. Heinz, Jun 23 2018
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)