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!)
A218024 Shifts 7 places left under Euler transform with a(0)=0 and a(n)=1 for n<7. 3
0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 5, 7, 11, 15, 22, 31, 45, 64, 94, 136, 200, 294, 435, 643, 956, 1420, 2117, 3157, 4721, 7064, 10597, 15909, 23933, 36038, 54356, 82059, 124056, 187707, 284351, 431114, 654288, 993780, 1510785, 2298471, 3499653, 5332313, 8130576 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: x + x^2 + x^3 + x^4 + x^5 + x^6 + x^7 / Product_{n>=1} (1 - x^n)^a(n). - Ilya Gutkovskiy, May 08 2019
MAPLE
with(numtheory):
b:= proc(n) option remember; `if`(n=0, 1,
(add(add(d*a(d), d=divisors(j))*b(n-j), j=1..n))/n)
end:
a:= n-> `if`(n<7, signum(n), b(n-7)):
seq(a(n), n=0..50);
CROSSREFS
Column k=7 of A144018.
Cf. A316079.
Sequence in context: A024793 A326590 A116601 * A236102 A241726 A353723
KEYWORD
nonn,eigen
AUTHOR
Alois P. Heinz, Oct 18 2012
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 July 17 19:13 EDT 2024. Contains 374377 sequences. (Running on oeis4.)