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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061680 GCD of d(n^2) and d(n). 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 3, 1, 3, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 1, 3, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 3, 1, 3, 1, 1, 1, 3, 1, 3, 3, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,12

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,2000

FORMULA

a(n)=GCD[A000005(A000290(n)), A000005(n)] = GCD[A048691(n), A000005(n)]

EXAMPLE

This GCD can only be odd since d(w^2) is odd. n=4608,a(4608)=GCD[d(21233664),d(4608)]=GFCD[95,30]=5

PROG

(PARI) { for (n=1, 2000, write("b061680.txt", n, " ", gcd(numdiv(n^2), numdiv(n))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 26 2009]

CROSSREFS

A000005, A000290, A048691.

Sequence in context: A166123 A014491 A180173 * A097558 A124385 A106478

Adjacent sequences:  A061677 A061678 A061679 * A061681 A061682 A061683

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jun 18 2001

EXTENSIONS

OFFSET changed from 0,12 to 1,12 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 26 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 14 20:13 EST 2012. Contains 205663 sequences.