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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144321 Shifts left when Dirichlet convolution (DC:(b,b)->a) applied 7 times. 1
1, 1, 128, 16384, 2105280, 269475840, 34494988288, 4415358500864, 565166154790272, 72341267946323968, 9259682331352899584, 1185239338413171146752, 151710635321300728430592 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

N. J. A. Sloane, Transforms

MAPLE

k:=7: 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..25);

CROSSREFS

7th column of A144324.

Sequence in context: A189115 A188908 A189109 * A051251 A189958 A067822

Adjacent sequences:  A144318 A144319 A144320 * A144322 A144323 A144324

KEYWORD

eigen,nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 17 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 15 21:56 EST 2012. Contains 205860 sequences.