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!)
A074242 Numbers n such that sigma(n+1) = reverse(sigma(n)). 1

%I #15 Jun 26 2015 04:47:51

%S 5602,42346,184650339,356930335,453038125082

%N Numbers n such that sigma(n+1) = reverse(sigma(n)).

%C a(6) > 10^13. - _Giovanni Resta_, Jun 26 2015

%e sigma(5602 + 1) = 6048 = reverse(8406) = reverse(sigma(5602)), so 5602 is a term of the sequence.

%t Do[ If[FromDigits[Reverse[IntegerDigits[DivisorSigma[1, n]]]] == DivisorSigma[1, n + 1], Print[n]], {n, 1, 10^7}]

%o (PARI) isok(n) = digits(sigma(n+1)) == Vecrev(digits(sigma(n))); \\ _Michel Marcus_, Jun 26 2015

%Y Cf. A028980 (sigma(n) = reverse(sigma(n))).

%K base,more,nonn

%O 1,1

%A _Joseph L. Pe_, Sep 19 2002

%E a(3)-a(4) from _Donovan Johnson_, Feb 01 2009

%E a(5) from _Giovanni Resta_, Jun 26 2015

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 14:04 EDT 2024. Contains 371792 sequences. (Running on oeis4.)