The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A140538 Greatest prime factor of 2*n^4 + 1. 2
3, 11, 163, 19, 139, 2593, 1601, 2731, 1193, 113, 227, 619, 577, 8537, 73, 43691, 55681, 209953, 307, 9697, 388963, 52057, 1091, 337, 260417, 304651, 3011, 4937, 471521, 1620001, 691, 5419, 32491, 46889, 90947, 25643, 11057, 15619, 7499, 7793 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A006530(2n^4+1) = A076565(n^4). - R. J. Mathar, Aug 04 2008
EXAMPLE
a(2)= 11 because 2*2^4+1 = 33 = 3*11, greatest prime factor is 11.
MATHEMATICA
Table[Max[Transpose[FactorInteger[2 n^4 + 1]][[1]]], {n, 50}] (* Vincenzo Librandi, Feb 17 2015 *)
PROG
(PARI) a(n) = f = factor(2*n^4+1); f[#f~, 1]; \\ Michel Marcus, Aug 28 2013
(Magma) [#f eq 0 select 1 else f[ #f][1] where f is Factorization(2*n^4 + 1): n in [1..50]]; // Vincenzo Librandi, Feb 17 2015
CROSSREFS
Sequence in context: A080987 A132561 A306002 * A006485 A003115 A053888
KEYWORD
easy,nonn
AUTHOR
Donald S. McDonald, Jul 06 2008
EXTENSIONS
Extended from a(16) on by R. J. Mathar, Aug 04 2008
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 June 5 08:30 EDT 2024. Contains 373102 sequences. (Running on oeis4.)