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!)
A345420 Row 3 of array in A345417. 2
1, -1, 0, 3, -2, -5, 7, 4, -9, 6, -6, 15, -8, -17, 19, -21, 12, -12, 27, -14, -29, 16, -33, 18, 39, -20, -41, 43, 22, -45, 51, -26, 55, 28, 30, -30, 63, -65, 67, -69, 36, -36, -38, -77, 79, 40, -42, -89, 91, 46, -93, 48, -48, -50, 103, -105, 54, -54, 111, -56, -113, -117, 123, -62 (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 A345420(n): return igcdex(5, prime(n))[0] # Chai Wah Wu, Jul 01 2021
CROSSREFS
Sequence in context: A209584 A209140 A265903 * A364885 A006369 A097284
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 April 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)