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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060474 a(n) = denominator of phi(n)/(n+1), where phi(n) is Euler's phi, A000010. 2
2, 3, 2, 5, 3, 7, 4, 9, 5, 11, 6, 13, 7, 5, 2, 17, 9, 19, 10, 21, 11, 23, 12, 25, 13, 9, 14, 29, 15, 31, 16, 33, 17, 35, 3, 37, 19, 13, 5, 41, 21, 43, 22, 9, 23, 47, 24, 49, 25, 51, 13, 53, 27, 55, 7, 19, 29, 59, 30, 61, 31, 21, 16, 65, 11, 67, 34, 69, 35, 71, 36, 73, 37, 25, 19, 77, 13, 79, 40 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

MAPLE

with(numtheory, phi): seq(denom(phi(n)/(n+1)), n=1..50);

PROG

(PARI) { for (n=1, 1000, write("b060474.txt", n, " ", denominator(eulerphi(n)/(n + 1))); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 13 2009]

CROSSREFS

Cf. A000010, A060473.

Sequence in context: A117818 A073890 A079311 * A065988 A075105 A094020

Adjacent sequences:  A060471 A060472 A060473 * A060475 A060476 A060477

KEYWORD

easy,frac,nice,nonn

AUTHOR

Fabian Rothelius (fabian.rothelius(AT)telia.com), Mar 16 2001

EXTENSIONS

More terms from Asher Natan Auel (auela(AT)reed.edu), Mar 16 2001

Removed a MAPLE program that should have been a PARI program by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 13 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 15 07:22 EST 2012. Contains 205706 sequences.