login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A331312
a(n) =
A225546
(n) /
A293442
(n).
2
1, 1, 2, 1, 8, 2, 128, 1, 3, 8, 32768, 2, 2147483648, 128, 16, 1, 9223372036854775808, 3, 170141183460469231731687303715884105728, 8, 256, 32768, 57896044618658097711785492504343953926634992332820282019728792003956564819968, 2, 27, 2147483648, 6, 128
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,3
LINKS
Antti Karttunen,
Table of n, a(n) for n = 1..40
FORMULA
a(n) =
A225546
(n) /
A293442
(n).
Multiplicative, with a(prime(i)^j) =
A019565
(j)^
A000225
(i-1).
PROG
(PARI)
A019565
(n) = {my(j, v); factorback(Mat(vector(if(n, #n=vecextract(binary(n), "-1..1")), j, [prime(j), n[j]])~))}; \\ From
A019565
A331312
(n) = { my(f=factor(n)); for (i=1, #f~, my(p=f[i, 1]); f[i, 1] =
A019565
(f[i, 2]); f[i, 2] = (2^(primepi(p)-1))-1; ); factorback(f); };
CROSSREFS
Cf.
A000225
,
A019565
,
A225546
,
A293442
,
A331311
.
Sequence in context:
A257777
A011208
A001281
*
A232535
A065826
A286899
Adjacent sequences:
A331309
A331310
A331311
*
A331313
A331314
A331315
KEYWORD
nonn
,
mult
AUTHOR
Antti Karttunen
, Jan 21 2020
STATUS
approved