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!)
A291164 Numbers k such that 2^psi(k) == -1 (mod k) where psi(k) = A001615(k). 0
1, 5, 25, 125, 625, 3125, 4097, 7361, 15625, 69649, 78125, 85073, 125137, 390625, 658529, 987377, 1184033, 1953125, 2127329, 2358529, 3187313, 3999137, 9765625, 11194993, 16777217, 16785409, 20128561, 20502593, 30030769, 36164593, 40094993, 48828125, 50281793 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
7361 is a term because 7361 = 17*433 divides 2^psi(7361) + 1 = 2^(18*434) + 1.
PROG
(PARI) a001615(n) = n*sumdivmult(n, d, issquarefree(d)/d);
is(n) = Mod(2, n)^a001615(n)==-1;
CROSSREFS
Sequence in context: A188580 A132839 A206451 * A216126 A335506 A129066
KEYWORD
nonn
AUTHOR
Altug Alkan, Aug 19 2017
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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)