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!)
A089173 Solutions x for x^4-1 = kp where p is prime and k=1,2... 0

%I #3 Oct 01 2013 17:57:47

%S 2,2,4,3,6,3,5,4,4,10,9,6,14,5,11,16,6,5,8,20,15,7,24,8,26,12,19,7,8,

%T 10

%N Solutions x for x^4-1 = kp where p is prime and k=1,2...

%o (PARI) xpm1(n,m,pow) = { for(k=1,m, for(x=1,n, y= x^pow - 1; z=floor(y/k); if(floor(y/k)*k==y, if(isprime(z), print1(x",") ) ) ) )

%K easy,nonn

%O 1,1

%A _Cino Hilliard_, Dec 07 2003

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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)