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!)
A091719 Greatest common divisors of consecutive partition numbers. 3
1, 1, 1, 1, 1, 1, 1, 1, 2, 6, 14, 7, 1, 1, 1, 11, 33, 11, 35, 1, 33, 6, 1, 5, 1, 2, 14, 2, 11, 1, 2, 11, 69, 1, 1, 1, 1, 11, 55, 21, 21, 11, 11, 1, 1, 2, 2, 7, 1, 11, 11, 33, 21, 7, 7, 1, 1, 2, 220, 1, 1, 11, 1, 1, 2, 2, 1, 1, 5, 1, 3, 1, 1, 1, 44, 7, 1, 1, 2, 2, 1, 11, 77, 11, 11, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
a(n) = GCD(A000041(n), A000041(n+1));
a(n) = A091717(n+1,n).
MATHEMATICA
a[n_] := GCD[PartitionsP[n], PartitionsP[n + 1]]; Array[a, 100, 0] (* Amiram Eldar, Apr 30 2020 *)
GCD@@#&/@Partition[PartitionsP[Range[0, 90]], 2, 1] (* Harvey P. Dale, Nov 22 2023 *)
PROG
(PARI) a(n) = gcd(numbpart(n), numbpart(n+1)); \\ Michel Marcus, Apr 30 2020
CROSSREFS
Sequence in context: A056592 A349681 A282544 * A058054 A054588 A084106
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 01 2004
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 September 6 22:26 EDT 2024. Contains 375728 sequences. (Running on oeis4.)