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!)
A341059 Numbers k such that A340179(k) is a square. 2
1, 2, 3, 4, 6, 8, 11, 12, 15, 17, 27, 48, 92, 6219, 24310 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(6) = 8 is a term because A340179(8) = 4 = 2^2.
MAPLE
f:= proc(n) local C, s, c;
C:=select(t -> igcd(t, n) = 1, [$1..n-1]);
s:= convert(C, `+`);
add(s mod c, c = C)
end proc:
select(t -> issqr(f(t)), [$1..7000]);
CROSSREFS
Sequence in context: A257121 A039500 A160649 * A190203 A034034 A353721
KEYWORD
nonn,more
AUTHOR
J. M. Bergot and Robert Israel, Feb 04 2021
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 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)