The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A227348 Nonsquarefree integers m such that, for prime p, if p^k | m then 1+p^k | 1+m. 0

%I #18 Aug 09 2015 14:53:00

%S 26999,122499,193599,599975,2206775,2620175,3501575,4798079,8278599,

%T 11631059,14242175,16956575,17578799,19048799,49061375,55504175,

%U 57354725,70963775,75271559,107499699,114930639,153536525,165887189,202729175,241430399,248688719,257552735,258969887,275089919

%N Nonsquarefree integers m such that, for prime p, if p^k | m then 1+p^k | 1+m.

%C The sequence is part of A056729.

%C All members are odd.

%e 26999 = 49*19*29 is in the list because 27000 is divisible by 8,50,20 and 30;

%e 193599 = 9*49*439 is in the list because 193600 is divisible by 4,10,8, 50,440.

%t PPDivs[m_Integer]:=Module[{f=FactorInteger[m]},Flatten[Table[First[f[[i]]]^Range[Last[f[[i]]]],{i,1,Length[f]}]]]; Select[Select[ Range[1000000], !SquareFreeQ[#]&], Union[ Mod[#+1, 1+PPDivs[#] ] ]== {0} &]

%Y Cf. A056729.

%K nonn

%O 1,1

%A _Emmanuel Vantieghem_, Jul 08 2013

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 May 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)