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!)
A119388 Numbers n such that n == -1 (mod phi(n-1)). 0
2, 3, 5, 7, 11, 31, 71, 511, 2591, 131071, 3359231, 167247871, 8589934591 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence has the terms from A067933 (all primes), plus 511 and 3359231 that are not primes.
Checked up to x<70000000
a(14) > 10^11. [From Donovan Johnson, Aug 08 2010]
LINKS
PROG
(PARI) for(x=1, 70000000, if(((x)+1)%eulerphi((x)-1)==0, print((x))))
CROSSREFS
Cf. A067933.
Sequence in context: A028906 A118496 A085300 * A093487 A067933 A005234
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Jul 25 2006
EXTENSIONS
a(13) from Donovan Johnson, Aug 08 2010
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)