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!)
A144372 Shifts 8 places left under Dirichlet convolution. 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 2, 4, 2, 4, 3, 6, 4, 10, 4, 10, 6, 11, 6, 16, 8, 26, 10, 24, 12, 32, 13, 36, 18, 62, 20, 58, 24, 74, 30, 78, 38, 145, 40, 124, 52, 174, 60, 174, 76, 314, 86, 260, 104, 386, 121, 364, 158, 664, 172, 550, 212, 834, 250, 748, 316, 1410, 344, 1124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,10
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: x + x^2 + x^3 + x^4 + x^5 + x^6 + x^7 + x^8 * (1 + Sum_{i>=1} Sum_{j>=1} a(i)*a(j)*x^(i*j)). - Ilya Gutkovskiy, May 09 2019
MAPLE
k:= 8: with (numtheory): dck:= proc(b, c) proc(n, k) option remember; add (b(d, k) *c(n/d, k), d=`if`(n<0, {}, divisors(n))) end end: B:= dck(T, T): T:= (n, k)-> if n<=k then 1 else B(n-k, k) fi: a:= n-> T(n, k): seq (a(n), n=1..80);
CROSSREFS
8th column of A144374. Cf. A000005.
Sequence in context: A134681 A218703 A326641 * A182861 A049238 A001616
KEYWORD
eigen,nonn
AUTHOR
Alois P. Heinz, Sep 18 2008
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 May 12 03:46 EDT 2024. Contains 372431 sequences. (Running on oeis4.)