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!)
A374913 Numbers k such that k^(k + 1) == k + 1 (mod 2*k + 1). 2
2, 3, 6, 11, 14, 15, 18, 23, 26, 30, 35, 39, 50, 51, 54, 63, 74, 75, 78, 83, 86, 90, 95, 98, 99, 111, 114, 119, 131, 134, 135, 138, 146, 155, 158, 174, 179, 183, 186, 191, 194, 198, 210, 215, 219, 230, 231, 239, 243, 251, 254, 270, 278, 299, 303, 306, 315, 323, 326, 330, 338, 350 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Conjecture (Superseeker): a(n) = A263458(n)/2. - R. J. Mathar, Aug 02 2024
MATHEMATICA
Select[Range[350], Mod[#^(#+1), 2#+1]==#+1 &] (* Stefano Spezia, Jul 23 2024 *)
PROG
(Magma) [n: n in [0..350] | n^(n+1) mod (2*n+1) eq n+1];
CROSSREFS
Supersequence of A002515 and A374914.
Cf. A374912.
Sequence in context: A294510 A218155 A042944 * A361124 A163781 A090304
KEYWORD
nonn
AUTHOR
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 29 22:07 EDT 2024. Contains 375518 sequences. (Running on oeis4.)