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
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, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(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", ") ) ) ) )
CROSSREFS
Sequence in context: A059975 A087656 A122811 * A126090 A058266 A138664
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Dec 07 2003
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)