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!)
A358231 Numbers k for which A276086(k) == 1 (mod k), where A276086 is the primorial base exp-function. 2
2, 4, 12, 16, 24, 47, 54, 72, 120, 142, 144, 432, 540, 864, 972, 1049, 1260, 1916, 2628, 10152, 12798, 19024, 20304, 100565, 152668, 209760, 445362, 2071560, 2759034, 3344269, 85167240, 92667148, 111135679, 118344316, 162716506, 264678868, 599478496 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI)
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
isA358231(n) = (1==(A276086(n)%n));
CROSSREFS
Positions of 1's in A328386.
Sequence in context: A224703 A171943 A225748 * A114064 A071118 A132314
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 24 2022
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 August 25 06:02 EDT 2024. Contains 375422 sequences. (Running on oeis4.)