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!)
A345421 Row 4 of array in A345417. 3
1, 1, -2, 0, -3, 2, 5, -8, 10, -4, 9, 16, 6, -6, -20, -15, 17, -26, -19, -10, 21, 34, 12, -38, 14, 29, -44, 46, -31, -16, -18, -56, -39, 20, 64, -43, 45, 70, 24, -74, -51, 26, 82, -55, -28, 57, -30, 32, 65, -98, 100, -34, 69, 36, -110, -75, 77, -116, -79, -40, 81, 42, 44, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(Python)
from sympy.core.numbers import igcdex
from sympy import prime
def A345421(n): return igcdex(7, prime(n))[0] # Chai Wah Wu, Jul 01 2021
CROSSREFS
Sequence in context: A151929 A266691 A083236 * A348959 A007492 A135351
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 9 01:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)