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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A147661 a(n) = squarefree part of n^n. 1
1, 1, 3, 1, 5, 1, 7, 1, 1, 1, 11, 1, 13, 1, 15, 1, 17, 1, 19, 1, 21, 1, 23, 1, 1, 1, 3, 1, 29, 1, 31, 1, 33, 1, 35, 1, 37, 1, 39, 1, 41, 1, 43, 1, 5, 1, 47, 1, 1, 1, 51, 1, 53, 1, 55, 1, 57, 1, 59, 1, 61, 1, 7, 1, 65, 1, 67, 1, 69, 1, 71, 1, 73, 1, 3, 1, 77, 1, 79, 1, 1, 1, 83, 1, 85, 1, 87, 1, 89 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

For square parts see A147662

MATHEMATICA

data = Table[Sqrt[n^n], {n, 1, 200}]; sp = data /. Sqrt[_] -> 1; sfp = data/sp /. Sqrt[x_] -> x

CROSSREFS

A007913, A055204

Sequence in context: A129510 A087913 A090585 * A155457 A009001 A093178

Adjacent sequences:  A147658 A147659 A147660 * A147662 A147663 A147664

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 09 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 17:46 EST 2012. Contains 205939 sequences.