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!)
A229768 Largest prime factor of 2^(2*n+1)+2^(n+1)+1. 4
13, 41, 29, 109, 2113, 157, 1321, 26317, 525313, 1429, 1657, 268501, 279073, 536903681, 49477, 4327489, 7416361, 231769777, 21841, 43249589, 500177, 29247661, 7484047069, 19707683773, 1326700741, 586477649, 3630105520141, 275415303169, 104399276341 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
2^(2*n+1)+2^(n+1)+1 is a factor of 4^(2*n+1)+1.
LINKS
EXAMPLE
For n=10, 2^(2*n+1)+2^(n+1)+1 = 2099201 = 13*113*1429, so a(10)=1429.
MATHEMATICA
Table[FactorInteger[2^(2n+1)+2^(n+1)+1][[-1, 1]], {n, 30}] (* Harvey P. Dale, Nov 03 2017 *)
PROG
(PARI) a(n) = {f=factor(2^(2*n+1)+2^(n+1)+1); f[matsize(f)[1], 1]}
CROSSREFS
Sequence in context: A041326 A319088 A041755 * A251100 A044968 A108226
KEYWORD
nonn
AUTHOR
Colin Barker, Sep 29 2013
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)