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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073481 Least prime factor of the n-th squarefree number. 5
1, 2, 3, 5, 2, 7, 2, 11, 13, 2, 3, 17, 19, 3, 2, 23, 2, 29, 2, 31, 3, 2, 5, 37, 2, 3, 41, 2, 43, 2, 47, 3, 53, 5, 3, 2, 59, 61, 2, 5, 2, 67, 3, 2, 71, 73, 2, 7, 2, 79, 2, 83, 5, 2, 3, 89, 7, 3, 2, 5, 97, 101, 2, 103, 3, 2, 107, 109, 2, 3, 113, 2, 5, 2, 7, 2, 3, 127, 3, 2, 131, 7, 2, 137, 2, 139, 3, 2, 11, 5 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(n) = A020639(A005117(n)).

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

MATHEMATICA

a = Select[Range[300], SquareFreeQ[#]&]; Table[FactorInteger[a[[n]]][[1, 1]], {n, Length[a]}] (* From Vladimir Joseph Stephan Orlovsky, Jan 30 2012 *)

PROG

(Haskell)

a073482 = a006530 . a005117  -- Reinhard Zumkeller, Feb 04 2012

CROSSREFS

Cf. A073482.

Sequence in context: A138512 A201652 A066949 * A178094 A122556 A175723

Adjacent sequences:  A073478 A073479 A073480 * A073482 A073483 A073484

KEYWORD

nonn,changed

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Aug 03 2002

EXTENSIONS

More terms from Jason Earls (zevi_35711(AT)yahoo.com), Aug 06 2002

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 17 11:18 EST 2012. Contains 206011 sequences.