A318664 Numerators of the sequence whose Dirichlet convolution with itself yields A064664, the inverse permutation of EKG-sequence.
1, 1, 5, 1, 5, -1, 7, 3, -1, -1, 10, 3, 14, -1, -7, 5, 33, 59, 37, 9, -10, -1, 43, -1, -1, -1, 181, 13, 57, 89, 61, 15, -29, -1, -45, 31, 67, -1, -41, 1, 37, 129, 81, 11, 301, -1, 89, 21, 1, 26, -97, 10, 50, -93, -47, -5, -109, -1, 107, -33, 115, -1, 411, 15, -43, 201, 64, 33, -127, 56, 67, 181, 69, -1, 283, 35, -31, 255, 151, 7
Offset: 1
Links
Crossrefs
Programs
-
PARI
v064413 = readvec("b064413_upto65539_terms_only.txt"); \\ From b-file of A064413 prepared beforehand. A064413(n) = v064413[n]; m064664 = Map(); for(n=1,65539,mapput(m064664,A064413(n),n)); A064664(n) = mapget(m064664,n); up_to = (2^14); 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
A317937. v318664_65 = DirSqrt(vector(up_to, n, A064664(n))); A318664(n) = numerator(v318664_65[n]); A318665(n) = denominator(v318664_65[n]);