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!)
A258429 Primes p such that p - 1 = (tau(p - 1) - 1)^k for some k >= 0, where tau(n) is the number of divisors of n (A000005). 3
2, 5, 17, 65537 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: the sequence is finite.
Corresponding values of numbers k: 0, 2, 2, 4, ...
A fermat prime from A019434 of the form F(n) = 2^(2^n) + 1 is a term if k = 2^n * log(2) / log(2^n) is an integer.
LINKS
EXAMPLE
65537 (prime) is in the sequence because 65537 - 1 = (tau(65536) - 1)^4 = 16^4.
PROG
(Magma) [2] cat [n+1: n in [A219338(n)] | IsPrime(n+1)]
(Magma) Set(Sort([n: n in[1..1000000], k in [0..100] | IsPrime(n) and (n-1) eq (NumberOfDivisors(n-1) - 1)^k]))
(PARI) listp(nn) = {print1(p=2, ", "); forprime(p=5, nn, expo = valuation(x=(p-1), y=(numdiv(p-1)-1)); if (x == y^expo, print1(p, ", ")); ); } \\ Michel Marcus, Jun 04 2015
CROSSREFS
Sequence in context: A124374 A113617 A226069 * A117839 A269665 A080689
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, May 29 2015
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 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)