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!)
A100756 Greatest prime factor of the concatenation of terms in the n-th row of Pascal's Triangle. 3
11, 11, 11, 11, 2157293, 37562827, 5935701799, 18285670562881, 34298587945253, 92768668286052709, 101410593913295112092414101, 464557485113006356820471, 170574866715037030033, 829618322366629399154147, 2972851397279413777 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(4) = 11 is the least prime factor of 14641 = 11^4.
a(5) = 2157293 as 15101051 = 7 * 2157293.
MATHEMATICA
f[n_] := (Table[ #[[1]], {1}] & /@ FactorInteger[ FromDigits[ Flatten[ Table[ IntegerDigits[ Binomial[n, k]], {k, 0, n}]]], FactorComplete -> True])[[ -1, 1]]; Table[ f[n], {n, 10}] (* Robert G. Wilson v, Dec 11 2004 *)
CROSSREFS
Cf. A100755.
Sequence in context: A286863 A288121 A278665 * A214757 A278820 A274475
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Nov 23 2004
EXTENSIONS
More terms from Robert G. Wilson v, Dec 11 2004
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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)