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!)
A091717 Triangular array read by rows: Greatest common divisors of values of the partition function P: T(n,k) = gcd(P(n), P(k)), 0 <= k < n. 3
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 1, 1, 1, 1, 2, 1, 1, 1, 11, 1, 1, 1, 2, 3, 5, 1, 1, 15, 2, 1, 1, 2, 3, 1, 7, 1, 3, 2, 6, 1, 1, 2, 1, 1, 7, 1, 1, 2, 2, 14, 1, 1, 1, 1, 1, 7, 11, 1, 11, 1, 7, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 1, 1, 15, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,25
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..11175, rows 1..150 in flattened form.
FORMULA
A091718(n) = Max_{k=0..n-1} T(n,k);
T(n,0) = T(n,1) = 1; T(n,n-1) = A091719(n-1).
EXAMPLE
Triangle begins:
1
1, 1
1, 1, 1
1, 1, 1, 1
1, 1, 1, 1, 1
1, 1, 1, 1, 1, 1
1, 1, 1, 3, 5, 1, 1
1, 1, 2, 1, 1, 1, 11, 1
...
MATHEMATICA
m = 15; p = PartitionsP[Range[0, m]]; Table[GCD[p[[i]], p[[j]]], {i, 1, m}, {j, 1, i - 1}] // Flatten (* Amiram Eldar, May 10 2020 *)
CROSSREFS
Sequence in context: A011353 A016452 A346095 * A355815 A154512 A030588
KEYWORD
nonn,tabl
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 May 12 12:48 EDT 2024. Contains 372480 sequences. (Running on oeis4.)