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!)
A188833 Primes p such that p^2 is not in A188836. 1
23, 47, 53, 59, 79, 83, 107, 163, 167, 173, 179, 223, 227, 233, 257, 263, 269, 277, 283, 293, 317, 347, 353, 359, 367, 373, 383, 389, 401, 431, 439, 443, 457, 467, 479, 499, 503, 509, 557, 563, 569, 587, 593, 607, 643, 647, 653, 677, 683, 691, 719, 727, 733 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
A188550[n_] := Max @ Table[Length @ Select[Table[n-d, {d, Divisors[n-k] // Rest}], Mod[#, k] == 0&], {k, 2, Floor[Sqrt[n]]}]; A188794[n_] := Module[{k=2, a1=A188550[n]}, While[DivisorSum[n-k, 1&, #>1&&Divisible[n-#, k]&] != a1, k++]; k]; s={}; Do[p=Prime[n]; p2=p^2; If[aa[p2]^2 != p2, AppendTo[s, p]], {n, 1, 130}]; s (* Amiram Eldar, Feb 06 2019 after Jean-François Alcover at A188550 *)
CROSSREFS
Sequence in context: A103629 A253177 A109996 * A121762 A185935 A052159
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Apr 12 2011
EXTENSIONS
More terms from Amiram Eldar, Feb 06 2019
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 July 27 16:42 EDT 2024. Contains 374650 sequences. (Running on oeis4.)