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!)
A015945 Positive integers n such that n | (2^n + n/2 + 1). 2
2, 10, 50, 250, 410, 1250, 2050, 5050, 6250, 10250, 16810, 25250, 31250, 51250, 84050, 126250, 156250, 207050, 256250, 336610, 405050, 420250, 510050, 631250, 689210, 781250, 1035250, 1281250, 1683050, 1750250, 2025250, 2101250, 2550250, 3156250, 3446050 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2 * A015950(n). - Max Alekseyev, Aug 04 2011
PROG
(Python)
A015945_list = [n for n in range(2, 10**6, 2) if pow(2, n, n) == n//2-1] # Chai Wah Wu, Mar 25 2021
CROSSREFS
Sequence in context: A371605 A180266 A355352 * A015954 A015949 A020699
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 April 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)