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!)
A230006 Numbers n such that sigma(n) + phi(n) = reversal(n) + 1. 5
1, 37, 225, 397, 11112722, 1309286244182 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If p=4*10^m-3 is prime then p is in the sequence.
a(7) > 10^13. - Giovanni Resta, Feb 08 2014
LINKS
EXAMPLE
sigma(37)+phi(37)=38+36=73+1=reversal(37)+1.
MATHEMATICA
r[n_] := FromDigits[Reverse[IntegerDigits[n]]]; Do[If[DivisorSigma[1, n] + EulerPhi[n] == r[n]+1, Print[n]], {n, 1000000000}]
CROSSREFS
Sequence in context: A327033 A052166 A142010 * A284987 A133958 A088544
KEYWORD
nonn,base,more
AUTHOR
Farideh Firoozbakht, Dec 02 2013
EXTENSIONS
a(6) from Giovanni Resta, Feb 06 2014
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)