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!)
A085497 Primes p having no partition into distinct divisors of p+1. 4
2, 13, 37, 43, 61, 67, 73, 97, 101, 109, 113, 137, 151, 157, 163, 173, 181, 193, 211, 229, 241, 257, 277, 281, 283, 313, 317, 331, 337, 353, 373, 397, 401, 409, 421, 433, 443, 457, 487, 491, 523, 541, 547, 563, 577, 601, 613, 617, 631, 641, 653, 661, 673, 677 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A085496(a(n)) = 0.
EXAMPLE
p=13, divisors of p+1=13+1=14 that are not greater 13: {1,2,7} with sums of distinct summands 1,2,3=2+1,7,8=7+1,9=7+2 and 10=7+2+1, therefore 13 is a term.
MATHEMATICA
seqQ[p_] := Module[{d = Most[Divisors[p+1]]}, SeriesCoefficient[Series[Product[1 + x^d[[i]], {i, Length[d]}], {x, 0, p}], p] == 0]; Select[Range[700], PrimeQ[#] && seqQ[#] &] (* Amiram Eldar, Jan 13 2020 *)
CROSSREFS
Subsequence of A085492.
Sequence in context: A063092 A338222 A034011 * A320515 A265775 A291205
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 03 2003
EXTENSIONS
More terms from Amiram Eldar, Jan 13 2020
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)