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!)
A128392 A126988^12 * A000594. 2
1, 0, 288, -1736, 4890, 0, -16660, 44576, -103869, 0, 534744, -499968, -577582, 0, 1408320, 2507344, -6905730, 0, 10661648, -8489040, -4798080, 0, 18643548, 12837888, -25207475, 0, -77183496, 28921760, 128406978, 0, -52842796, -151328128, 154006272, 0, -81467400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Conjecture: Given A126988^k, k any positive integer, A128392 is the only sequence in the infinite set with zeros.
Each application of A126988 corresponds to the Dirichlet convolution of the natural numbers with the sequence on the right. Since both Ramanujan's tau function A000594 and the natural numbers are multiplicative, the resulting sequence will also be multiplicative. - Andrew Howroyd, Aug 03 2018
LINKS
FORMULA
A126988 as an infinite lower triangular matrix, * A000594.
MATHEMATICA
nmax = 40;
M = Table[If[Mod[n, m] == 0, n/m, 0], {n, 1, nmax}, {m, 1, nmax}];
MatrixPower[M, 12].RamanujanTau[Range[nmax]] (* Jean-François Alcover, Sep 20 2019 *)
PROG
(PARI) seq(n, k=12)={my(u=vector(n, n, n), v=vector(n, n, ramanujantau(n))); for(i=1, k, v=dirmul(u, v)); v} \\ Andrew Howroyd, Aug 03 2018
CROSSREFS
Sequence in context: A237369 A280936 A250871 * A296784 A235078 A235072
KEYWORD
sign,mult
AUTHOR
Gary W. Adamson, Feb 28 2007
EXTENSIONS
Terms a(11) and beyond from Andrew Howroyd, Aug 03 2018
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 April 24 16:52 EDT 2024. Contains 371962 sequences. (Running on oeis4.)