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!)
A301346 Largest prime factor of A020549(n) = (n!)^2 + 1. 1
2, 2, 5, 37, 577, 14401, 39877, 251501, 95629553, 131681894401, 13168189440001, 1593350922240001, 2271708245569901, 38775788043632640001, 2404319663572286441, 1272170577304043929, 2938007628841577533852349, 13980942259426143240713449, 1107848353183710355135404972973, 20831587158104092560535861261 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) = A020549(n) for n in A046029.
LINKS
FORMULA
a(n) = A006530(A020549(n)). - Altug Alkan, Mar 19 2018
MAPLE
a:= n-> max(numtheory[factorset](n!^2+1)):
seq(a(n), n=0..20); # Alois P. Heinz, Mar 19 2018
PROG
(PARI) a(n) = vecmax(factor(n!^2 + 1)[, 1]); \\ Daniel Suteu, Jun 10 2022
CROSSREFS
Sequence in context: A218270 A218122 A282706 * A020549 A196128 A227575
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 19 2018
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 19 18:00 EDT 2024. Contains 371797 sequences. (Running on oeis4.)