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!)
A275987 Least k such that sigma(k) = sigma(n). 4
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 6, 12, 13, 14, 14, 16, 10, 18, 19, 20, 21, 22, 14, 24, 16, 20, 27, 28, 29, 30, 21, 32, 33, 34, 33, 36, 37, 24, 28, 40, 20, 42, 43, 44, 45, 30, 33, 48, 49, 50, 30, 52, 34, 54, 30, 54, 57, 40, 24, 60, 61, 42, 63, 64, 44, 66, 67, 68, 42, 66, 30, 72, 73, 74, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(11) = 6 because sigma(6) = sigma(11) = 12.
MATHEMATICA
With[{nn = 76}, With[{s = Values@ PositionIndex@ Array[DivisorSigma[1, #] &, nn]}, Array[s[[FirstPosition[s, #][[1]], 1 ]] &, nn]]] (* Michael De Vlieger, Nov 16 2017 *)
PROG
(PARI) a(n) = {my(k = 1); while(sigma(k) != sigma(n), k++); k; }
CROSSREFS
Sequence in context: A254596 A286603 A291751 * A048893 A330814 A305903
KEYWORD
nonn
AUTHOR
Altug Alkan, Aug 15 2016
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 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)