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!)
A048884 Numbers n such that sigma(n) - n = n - pi(n) - 1 where pi(n) is A000720. 0
1, 5, 9, 26, 236, 244, 4862, 5396, 6868, 9608, 9704, 23764, 82665, 733064, 25881904, 25886864, 33299110, 261851668 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(19) > 3*10^12. - Giovanni Resta, Mar 31 2017
LINKS
MATHEMATICA
For[i = 1, i < 10^9, i++, If[DivisorSigma[1, i] - i == i - PrimePi[i] - 1, Print[i]]; ]; - Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 29 2006
CROSSREFS
Cf. A037172.
Sequence in context: A038251 A034498 A219499 * A374025 A077915 A222357
KEYWORD
more,nonn
AUTHOR
EXTENSIONS
More terms from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 29 2006
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 July 27 07:48 EDT 2024. Contains 374642 sequences. (Running on oeis4.)