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!)
A027438 Largest prime factor of [e*2^n]. 2
2, 5, 5, 7, 43, 43, 173, 347, 139, 107, 23, 293, 293, 293, 293, 293, 79, 79, 883, 883, 114013, 114013, 114013, 114013, 1232573, 1232573, 1499, 364841611, 364841611, 364841611, 364841611, 170801, 170801, 56812319, 56812319, 56812319, 56812319 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
Table[FactorInteger[Floor[E 2^n]][[-1, 1]], {n, 0, 40}] (* Harvey P. Dale, May 31 2013 *)
PROG
(PARI) for(n=0, 22, print(factor(floor(exp(1)*2^n))))
(Magma) [Max(PrimeDivisors(Floor(Exp(1)*2^n))):n in [0..37]]; // Marius A. Burtea, Nov 05 2019
CROSSREFS
Sequence in context: A165898 A194531 A092394 * A334388 A204237 A153162
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Jason Earls, Jul 11 2001
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)