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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A162901 a(1)=1. For n>=2, a(n) = the smallest integer >= a(n-1) such that GCD(n,a(n)) = p^k, where p = prime, k >= 1. 1
1, 2, 3, 4, 5, 8, 14, 14, 15, 15, 22, 22, 26, 26, 27, 28, 34, 34, 38, 38, 39, 40, 46, 46, 50, 50, 51, 52, 58, 58, 62, 62, 63, 64, 65, 68, 74, 74, 75, 75, 82, 82, 86, 86, 87, 88, 94, 94, 98, 98, 99, 100, 106, 106, 115, 116, 117, 118, 118, 118, 122, 122, 123, 124, 125, 128 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) a=1; print1(a, ", "); for(n=2, 100, while(omega(gcd(n, a))!=1, a++); print1(a, ", ")) [From Hagen von Eitzen (math(AT)von-eitzen.de), Oct 03 2009]

CROSSREFS

A162900

Sequence in context: A065490 A051706 A152526 * A162900 A015925 A140294

Adjacent sequences:  A162898 A162899 A162900 * A162902 A162903 A162904

KEYWORD

nonn

AUTHOR

Leroy Quet, Jul 16 2009

EXTENSIONS

More terms from Hagen von Eitzen (math(AT)von-eitzen.de), Oct 03 2009

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 13:48 EST 2012. Contains 205921 sequences.