[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A318658 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

newer changes | Showing entries 11-15
Denominators of the sequence whose Dirichlet convolution with itself yields A087003, a(2n) = 0 and a(2n+1) = moebius(2n+1).
(history; published version)
#5 by Antti Karttunen at Fri Aug 31 15:16:27 EDT 2018
COMMENTS

The sequence seems to give the denominators of several other similarly constructed "Dirichlet Square Roots".

LINKS

Antti Karttunen, <a href="/A318658/b318658.txt">Table of n, a(n) for n = 1..16384</a>

#4 by Antti Karttunen at Fri Aug 31 06:37:22 EDT 2018
NAME

Denominators of the sequence whose Dirichlet convolution with itself yields A087003, a(2n) = 0 and a(2n+1) = moebius(2n+1).

#3 by Antti Karttunen at Fri Aug 31 06:36:17 EDT 2018
FORMULA

a(n) = 2^A318659(n).

#2 by Antti Karttunen at Fri Aug 31 06:27:41 EDT 2018
NAME

allocated for Antti KarttunenDenominators of the sequence whose Dirichlet convolution with itself yields A087003.

DATA

1, 1, 2, 1, 2, 1, 2, 1, 8, 1, 2, 1, 2, 1, 4, 1, 2, 1, 2, 1, 4, 1, 2, 1, 8, 1, 16, 1, 2, 1, 2, 1, 4, 1, 4, 1, 2, 1, 4, 1, 2, 1, 2, 1, 16, 1, 2, 1, 8, 1, 4, 1, 2, 1, 4, 1, 4, 1, 2, 1, 2, 1, 16, 1, 4, 1, 2, 1, 4, 1, 2, 1, 2, 1, 16, 1, 4, 1, 2, 1, 128, 1, 2, 1, 4, 1, 4, 1, 2, 1, 4, 1, 4, 1, 4, 1, 2, 1, 16, 1, 2, 1, 2, 1, 8

OFFSET

1,3

FORMULA

a(n) = denominator of f(n), where f(1) = 1, f(n) = (1/2) * (A087003(n) - Sum_{d|n, d>1, d<n} f(d) * f(n/d)) for n > 1.

PROG

(PARI)

up_to = 65537;

A087003(n) = ((n%2)*moebius(n)); \\ I.e. a(n) = A000035(n)*A008683(n).

DirSqrt(v) = {my(n=#v, u=vector(n)); u[1]=1; for(n=2, n, u[n]=(v[n]/v[1] - sumdiv(n, d, if(d>1&&d<n, u[d]*u[n/d], 0)))/2); u};

v318657_18 = DirSqrt(vector(up_to, n, A087003(n)));

A318657(n) = numerator(v318657_18[n]);

A318658(n) = denominator(v318657_18[n]);

CROSSREFS
KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Aug 31 2018

STATUS

approved

editing

#1 by Antti Karttunen at Fri Aug 31 05:03:17 EDT 2018
NAME

allocated for Antti Karttunen

KEYWORD

allocated

STATUS

approved