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!)
A330703 Numbers k such that psi(k) = psi(k + 2) where psi(k) is the Dedekind psi function (A001615). 2
6, 9, 12, 14, 18, 20, 33, 44, 62, 70, 92, 108, 116, 138, 164, 175, 212, 254, 280, 308, 320, 332, 348, 356, 452, 490, 524, 558, 572, 692, 716, 764, 833, 932, 956, 1004, 1105, 1124, 1172, 1188, 1436, 1496, 1562, 1593, 1676, 1724, 1772, 1964, 2002, 2036, 2088, 2132 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Jozsef Sandor, On the composition of some arithmetic functions, II, Journal of Inequalities in Pure and Applied Mathematics, Vol. 6, No. 3 (2005), Article 73.
EXAMPLE
6 is in the sequence since psi(6) = psi(8) = 12.
MATHEMATICA
psi[1] = 1; psi[n_] := n * Times @@ (1 + 1/Transpose[FactorInteger[n]][[1]]); Select[Range[10^3], psi[#] == psi[# + 2] &]
CROSSREFS
Sequence in context: A295670 A272466 A267918 * A262828 A306647 A189728
KEYWORD
nonn
AUTHOR
Amiram Eldar, Dec 26 2019
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)