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!)
A214812 Largest prime factor of (p^p-1)/(p-1) where p = prime(n). 6
3, 13, 71, 4733, 1806113, 1803647, 2699538733, 109912203092239643840221, 1920647391913, 549334763, 568972471024107865287021434301977158534824481, 41903425553544839998158239, 5926187589691497537793497756719, 19825223972382274003506149120708429799166030881820329892377241, 194707033016099228267068299180244011637 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
T. S. Motzkin, Sorting numbers for cylinders and other classification numbers, in Combinatorics, Proc. Symp. Pure Math. 19, AMS, 1971, pp. 167-176. [Annotated, scanned copy]
FORMULA
a(n) = A006530(A001039(n)). - Daniel Suteu, May 26 2022
MATHEMATICA
FactorInteger[#][[-1, 1]]&/@Table[(p^p-1)/(p-1), {p, Prime[Range[15]]}] (* Harvey P. Dale, Aug 27 2016 *)
PROG
(PARI) a(n) = my(p=prime(n)); vecmax(factor((p^p-1)/(p-1))[, 1]); \\ Daniel Suteu, May 26 2022
CROSSREFS
Sequence in context: A327677 A307005 A059032 * A188051 A247230 A047159
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 31 2012
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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)