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!)
A345422 Row 5 of array in A345417. 6
1, -1, 1, 2, 0, 6, -3, 7, -2, 8, -14, -10, 15, 4, -17, -24, -16, -11, -6, 13, 20, 36, -15, -8, -44, 46, -28, 39, 10, -41, -23, 12, 25, 38, -27, 55, -57, -74, 76, 63, -65, 33, -52, -35, 18, -18, 96, -81, 62, -104, 106, 87, 22, -114, -70, 24, 49, 74, 126, -51, 103, 80, 28, -113, 57 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(Python)
from sympy.core.numbers import igcdex
from sympy import prime
def A345422(n): return igcdex(11, prime(n))[0] # Chai Wah Wu, Jul 01 2021
CROSSREFS
Sequence in context: A055302 A055349 A161174 * A291240 A233207 A136656
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Jun 19 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 May 21 09:41 EDT 2024. Contains 372733 sequences. (Running on oeis4.)