cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A120299 Largest prime factor of Stirling numbers of first kind s(n,2) = A000254(n).

Original entry on oeis.org

3, 11, 5, 137, 7, 11, 761, 7129, 61, 863, 509, 919, 1117, 41233, 8431, 1138979, 39541, 7440427, 11167027, 18858053, 227, 583859, 467183, 312408463, 34395742267, 215087, 375035183, 4990290163, 17783, 2667653736673, 535919, 199539368321, 15088528003, 137121586897, 9059
Offset: 2

Views

Author

Alexander Adamchuk, Jul 11 2006

Keywords

Crossrefs

Programs

Formula

a(n) = Max[FactorInteger[Sum[1/i,{i,1,n}]/Product[1/i,{i,1,n}]]].
a(n) = gpf(A096617(n)), where gpf = A006530 is the greatest prime factor, and A096617 is a "reduced" variant of A001008 and thus A000254. [Conjectured; true if this gpf is always > n.] - M. F. Hasler, Jul 04 2019

Extensions

More terms from M. F. Hasler, Jul 04 2019