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!)
A076352 Squarefree numbers k such that A076341(k) = 0. 1
1, 2, 15, 30, 143, 286, 2145, 3599, 4290, 5183, 7198, 10366, 11663, 23326, 32399, 36863, 51983, 53985, 57599, 64798, 73726, 77745, 97343, 103966, 107970, 115198, 121103, 155490, 174945, 176399, 186623, 194686, 242206, 349890, 352798, 359999, 373246, 435599, 485985 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
Applying the map as defined in A076340, A076341:
A005117(19) = 30 = 5*3*2 = (4+1)*(4-1)*2 -> (4,1)*(4,-1)*(2,0) = (4*4+1,4-4)*(2,0) = (34,0), therefore A076340(30) = 34 and A076341(30) = 0, hence 30 is a term.
A005117(28) = 42 = 7*3*2 = (8-1)*(4-1)*2 -> (8,-1)*(4,-1)*(2,0) = (8*4-1,-8-4)*(2,0) = (62,-24), therefore A076340(42) = 62 and A076341(42) = -24, hence 42 is not a term.
MATHEMATICA
f[p_, e_] := 4*(Floor[p/4] + Floor[Mod[p, 4]/2]) + (2 - Mod[p, 4])*I; f[2, e_] := 2; s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; Select[Range[500000], SquareFreeQ[#] && Im[s[#]] == 0 &] (* Amiram Eldar, Feb 24 2024 *)
CROSSREFS
Sequence in context: A071999 A031289 A093917 * A154790 A042461 A196263
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 08 2002
EXTENSIONS
More terms from Amiram Eldar, Feb 24 2024
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 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)