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!)
A270575 Smallest composite c where exactly n composites d with d < c exist such that c^(d-1) == 1 (mod d) and d^(c-1) == 1 (mod c). 2
9, 55, 85, 259, 781, 91, 2737, 451, 645, 341, 481, 703, 4005, 4369, 4371, 2071, 7957, 8695, 561, 6697, 15251, 7107, 16705, 3201, 34133, 31609, 3277, 1105, 16589, 1891, 18705, 9881, 13833, 14701, 19345, 47197, 26335, 1729, 8321, 2821, 2701, 35371, 12801, 22177 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = smallest A002808(i) with A270573(i) = n for some i > 0.
LINKS
PROG
(PARI) a(n) = forcomposite(c=1, , my(i=0); forcomposite(d=1, c-1, if(Mod(c, d)^(d-1)==1 && Mod(d, c)^(c-1)==1, i++)); if(i==n, return(c)))
CROSSREFS
Sequence in context: A157546 A157560 A157588 * A058849 A058852 A145875
KEYWORD
nonn
AUTHOR
Felix Fröhlich, Mar 19 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 April 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)