login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A260020 Numbers n such that 2*phi(n) = phi(2*sigma(n)). 2
2, 3, 8, 9, 15, 26, 39, 45, 74, 104, 111, 117, 122, 128, 146, 175, 183, 195, 219, 296, 314, 333, 357, 386, 471, 488, 549, 554, 555, 579, 584, 585, 608, 626, 646, 657, 794, 831, 842, 914, 915, 939, 962, 1071, 1082, 1095, 1191, 1226, 1256, 1263, 1292, 1322 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
S. W. Golomb, Equality among number-theoretic functions, Unpublished manuscript. (Annotated scanned copy)
PROG
(Haskell)
a260020 n = a260020_list !! (n-1)
a260020_list = filter
(\x -> 2 * a000010' x == a000010' (2 * a000203' x)) [1..]
-- Reinhard Zumkeller, Jul 14 2015
CROSSREFS
Cf. A006872.
Sequence in context: A332481 A331821 A093765 * A104577 A309017 A247375
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 14 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 20:10 EDT 2024. Contains 371781 sequences. (Running on oeis4.)