login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144323 Shifts left when Dirichlet convolution (DC:(b,b)->a) applied 9 times. 2

%I #9 Dec 20 2014 22:12:36

%S 1,1,512,262144,134348544,68786454528,35218798673920,

%T 18032024921047040,9232396828183582208,4726987176064286720000,

%U 2420217434180064678903808,1239151326300193115598749696,634445479065716907074042200064

%N Shifts left when Dirichlet convolution (DC:(b,b)->a) applied 9 times.

%H Alois P. Heinz, <a href="/A144323/b144323.txt">Table of n, a(n) for n = 1..100</a>

%H N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>

%p k:=9: 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:='a': b[1]:= dc(a,a): for t from 2 to k do b[t]:= dc(b[t-1], b[t-1]) od: a:= n-> `if`(n=1, 1, b[k](n-1)): seq(a(n), n=1..20);

%Y 9th column of A144324.

%K eigen,nonn

%O 1,3

%A _Alois P. Heinz_, Sep 17 2008

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 December 4 08:59 EST 2023. Contains 367558 sequences. (Running on oeis4.)