[go: up one dir, main page]

login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A351082 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
a(n) = Product_{d|n} A019565(A289814(d)); a product obtained from the 2-digits present in ternary expansions of the divisors of n.
(history; published version)
#8 by Michael De Vlieger at Mon Jan 31 18:11:05 EST 2022
STATUS

proposed

approved

#7 by Antti Karttunen at Mon Jan 31 17:10:12 EST 2022
STATUS

editing

proposed

#6 by Antti Karttunen at Mon Jan 31 17:08:50 EST 2022
KEYWORD

nonn,easy,changed

STATUS

proposed

editing

#5 by Antti Karttunen at Mon Jan 31 12:38:33 EST 2022
STATUS

editing

proposed

#4 by Antti Karttunen at Mon Jan 31 12:33:44 EST 2022
PROG

A289814(n) = { my(d=digits(n, 3)); from digitsfromdigits(vector(#d, i, if (d[i]==2, 1, 0)), 2); };

#3 by Antti Karttunen at Mon Jan 31 12:32:35 EST 2022
PROG

A289814(n) = { my (d=digits(n, 3)); from digits(vector(#d, i, if (d[i]==2, 1, 0)), 2); } \\ From A289814;

#2 by Antti Karttunen at Mon Jan 31 06:53:06 EST 2022
NAME

allocated for Antti Karttunena(n) = Product_{d|n} A019565(A289814(d)); a product obtained from the 2-digits present in ternary expansions of the divisors of n.

DATA

1, 2, 1, 2, 2, 6, 3, 12, 1, 4, 2, 6, 1, 12, 6, 36, 6, 30, 5, 40, 15, 20, 10, 540, 30, 60, 1, 12, 2, 36, 1, 72, 6, 36, 36, 30, 1, 20, 1, 240, 2, 540, 3, 120, 30, 100, 10, 8100, 15, 600, 90, 900, 30, 210, 28, 1008, 35, 28, 14, 7560, 21, 84, 105, 504, 28, 1260, 7, 504, 210, 3024, 42, 94500, 35, 140, 3150, 700, 420, 18900

OFFSET

1,2

FORMULA

a(n) = A019565(A289814(n)) * A293222(n).

PROG

(PARI)

A019565(n) = { my(m=1, p=1); while(n>0, p = nextprime(1+p); if(n%2, m *= p); n >>= 1); (m); };

A289814(n) = { my (d=digits(n, 3)); from digits(vector(#d, i, if (d[i]==2, 1, 0)), 2); } \\ From A289814

A351082(n) = { my(m=1); fordiv(n, d, m *= A019565(A289814(d))); (m); };

CROSSREFS
KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Jan 31 2022

STATUS

approved

editing

#1 by Antti Karttunen at Mon Jan 31 06:27:45 EST 2022
NAME

allocated for Antti Karttunen

KEYWORD

allocated

STATUS

approved