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!)
A293443 Multiplicative with a(p^e) = A019565(A193231(e)). 7
1, 2, 2, 6, 2, 4, 2, 3, 6, 4, 2, 12, 2, 4, 4, 10, 2, 12, 2, 12, 4, 4, 2, 6, 6, 4, 3, 12, 2, 8, 2, 5, 4, 4, 4, 36, 2, 4, 4, 6, 2, 8, 2, 12, 12, 4, 2, 20, 6, 12, 4, 12, 2, 6, 4, 6, 4, 4, 2, 24, 2, 4, 12, 15, 4, 8, 2, 12, 4, 8, 2, 18, 2, 4, 12, 12, 4, 8, 2, 20, 10, 4, 2, 24, 4, 4, 4, 6, 2, 24, 4, 12, 4, 4, 4, 10, 2, 12, 12, 36, 2, 8, 2, 6, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(1) = 1; for n > 1, a(n) = A019565(A193231(A067029(n))) * a(A028234(n)).
For all n >= 1, A007814(a(n)) = A293439(n).
For all k in A270428, A007814(a(k)) = A001221(k).
PROG
(PARI)
A019565(n) = {my(j, v); factorback(Mat(vector(if(n, #n=vecextract(binary(n), "-1..1")), j, [prime(j), n[j]])~))}; \\ This function from M. F. Hasler
A193231(n) = { my(x='x); subst(lift(Mod(1, 2)*subst(Pol(binary(n), x), x, 1+x)), x, 2) }; \\ And this from Franklin T. Adams-Watters
vecproduct(v) = { my(m=1); for(i=1, #v, m *= v[i]); m; };
A293443(n) = vecproduct(apply(e -> A019565(A193231(e)), factorint(n)[, 2]));
(Scheme, with memoization-macro definec)
(definec (A293443 n) (if (= 1 n) n (* (A019565 (A193231 (A067029 n))) (A293443 (A028234 n)))))
CROSSREFS
Sequence in context: A205506 A110141 A339489 * A247765 A129750 A278234
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Oct 31 2017
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)