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!)
A278919 Numbers n such that phi(n-2) divides sigma(n-1)+1. 0
3, 4, 5, 17, 26, 257, 65537, 4294967297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that A000010(n-2) divides A000203(n-1)+1.
Supersequence of Fermat primes (A019434).
Conjecture: this sequence is finite.
LINKS
EXAMPLE
3 is in this sequence because phi(1) divides sigma(2)+1; 1 divides 4.
4 is in this sequence because phi(2) divides sigma(3)+1; 1 divides 5.
5 is in this sequence because phi(3) divides sigma(4)+1; 2 divides 8.
17 is in this sequence because phi(15) divides sigma(16)+1; 8 divides 32.
MATHEMATICA
Select[Range[3, 66000], Divisible[DivisorSigma[1, (#-1)]+1, EulerPhi[#-2]]&] (* Ivan N. Ianakiev, Dec 05 2016 *)
PROG
(Magma) [3] cat [n: n in [4..10000000] | Denominator((SumOfDivisors(n-1)+1)/EulerPhi(n-2)) eq 1];
CROSSREFS
Sequence in context: A173027 A290014 A298225 * A173061 A174326 A224890
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(8) from Ivan N. Ianakiev, Dec 05 2016
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 May 6 13:05 EDT 2024. Contains 372293 sequences. (Running on oeis4.)