login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139421 a(1)=1; for n>1, a(n) = largest prime divisor of n!!. 7
1, 2, 3, 2, 5, 3, 7, 3, 7, 5, 11, 5, 13, 7, 13, 7, 17, 7, 19, 7, 19, 11, 23, 11, 23, 13, 23, 13, 29, 13, 31, 13, 31, 17, 31, 17, 37, 19, 37, 19, 41, 19, 43, 19, 43, 23, 47, 23, 47, 23, 47, 23, 53, 23, 53, 23, 53, 29, 59, 29, 61, 31, 61, 31, 61, 31, 67, 31, 67, 31, 71, 31, 73, 37 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

a = {}; Do[b = First[Last[FactorInteger[n!! ]]]; AppendTo[a, b], {n, 2, 100}]; a

CROSSREFS

Cf. A010693.

Sequence in context: A164858 A192330 A081812 * A165500 A072505 A095163

Adjacent sequences:  A139418 A139419 A139420 * A139422 A139423 A139424

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Apr 21 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:28 EST 2012. Contains 205938 sequences.