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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065823 6*EulerPhi[n] = 5*DivisorSigma[1,n];. 2
11, 527, 923, 36859, 40549, 55309, 88519, 120139, 138301, 280579, 293501, 313807, 529789, 719927, 2458859, 4864117, 6191413, 6811243, 7297877, 8402663, 8624107, 9487477, 10475821, 12356441, 12940957, 13624717, 13971229, 14869033, 15293137 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

PROG

(PARI) { n=0; for (m=1, 10^9, if (6*eulerphi(m) == 5*sigma(m), write("b065823.txt", n++, " ", m); if (n==70, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 01 2009]

CROSSREFS

Cf. A000010, A000203, A065818, A065819, A062699, A065822.

Sequence in context: A142809 A139198 A004800 * A049654 A179897 A185203

Adjacent sequences:  A065820 A065821 A065822 * A065824 A065825 A065826

KEYWORD

easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 23 2001

EXTENSIONS

Terms a(16) - a(29) from Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 01 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 17 04:58 EST 2012. Contains 205985 sequences.