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!)
A255480 a(n) = gcd(b(n),b(n-2)), where b(n) = A255582(n). 3
1, 2, 3, 4, 3, 2, 3, 5, 2, 5, 7, 3, 7, 2, 3, 4, 3, 4, 11, 2, 11, 13, 2, 13, 4, 3, 2, 5, 17, 5, 17, 5, 3, 2, 6, 19, 4, 19, 2, 3, 23, 3, 23, 2, 3, 2, 2, 4, 29, 7, 29, 7, 3, 7, 2, 11, 31, 5, 31, 5, 3, 2, 2, 4, 37, 4, 37, 3, 3, 5, 3, 4, 9, 2, 6, 41, 2, 41, 43, 3, 43, 8, 3, 4, 17 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
LINKS
PROG
(Haskell)
a255480 n = a255480_list !! (n-1)
a255480_list = zipWith gcd a255582_list $ drop 2 a255582_list
-- Reinhard Zumkeller, Mar 10 2015
CROSSREFS
Cf. A251102.
Sequence in context: A343435 A211010 A131731 * A356014 A309859 A341861
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 28 2015
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 December 1 14:09 EST 2023. Contains 367476 sequences. (Running on oeis4.)