The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A354934 Row 4 of A354940: Numbers k for which A345992(k) = 4, divided by 4. 2
5, 9, 13, 17, 21, 25, 29, 37, 41, 49, 53, 57, 61, 73, 81, 85, 89, 93, 97, 101, 109, 113, 117, 121, 125, 129, 137, 149, 157, 169, 173, 181, 185, 193, 197, 201, 217, 229, 233, 237, 241, 253, 257, 269, 277, 281, 289, 293, 297, 301, 309, 313, 317, 337, 341, 349, 353, 361, 373, 381, 389, 397, 401, 409, 413, 417, 421, 425 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Apparently a subsequence of A016813.
LINKS
MATHEMATICA
q[n_] := Module[{m = 1}, While[!Divisible[m*(m + 1), 4*n], m++]; GCD[4*n, m] == 4]; Select[Range[425], q] (* Amiram Eldar, Jun 17 2022 *)
PROG
(PARI) A354934(n) = A354940sq(4, n);
CROSSREFS
Row 4 of A354940.
Sequence in context: A314671 A314672 A314673 * A314674 A314675 A314676
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 15 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 May 30 15:08 EDT 2024. Contains 372968 sequences. (Running on oeis4.)