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!)
A229767 Largest prime factor of 2^(2*n+1)-2^(n+1)+1. 4
5, 5, 113, 37, 397, 1613, 61, 953, 457, 14449, 30269, 8101, 246241, 107367629, 384773, 312709, 47392381, 184481113, 1249, 12112549, 1759217765581, 54001, 140737471578113, 4981857697937, 26317, 1801439824104653, 415878438361, 525313, 174877, 368140581013 (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=5, 2^(2*n+1)-2^(n+1)+1 = 1985 = 5*397, so a(5)=397.
PROG
(PARI) a(n) = {f=factor(2^(2*n+1)-2^(n+1)+1); f[matsize(f)[1], 1]}
CROSSREFS
Sequence in context: A081050 A081049 A048607 * A369753 A215729 A364452
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.)