login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144820 Shifts left when Dirichlet convolution with a (DC:(b,a)->c) applied 6 times. 1
1, 1, 7, 49, 364, 2548, 18130, 126910, 890463, 6234270, 43655178, 305586246, 2139225879, 14974581153, 104822829531, 733759913733, 5136324781952, 35954273473664, 251679952469351, 1761759667285457, 12332317933624871 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

N. J. A. Sloane, Transforms

MAPLE

with (numtheory): dc:= proc(b, c) proc(n) option remember; add (b(d) *c(n/d), d=`if`(n<0, {}, divisors(n))) end end: A:= proc(n, k) local a, b, t; b[1]:= dc(a, a); for t from 2 to k do b[t]:= dc(b[t-1], a) od: a:= n-> `if`(n=1, 1, b[k](n-1)); a(n) end: a:= n-> A(n, 6): seq (a(n), n=1..30);

CROSSREFS

6th column of A144324.

Sequence in context: A033143 A024582 A024587 * A199554 A090016 A005924

Adjacent sequences:  A144817 A144818 A144819 * A144821 A144822 A144823

KEYWORD

eigen,nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 21 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 06:41 EST 2012. Contains 205862 sequences.