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!)
A153803 a(n) = A153800(n) - A000043(n). 2
0, 0, 0, 0, 0, 2, 6, 10, 49, 103, 122, 167 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
MATHEMATICA
a007691[m_] := Block[{f = 0, i = 1}, While[f < m, If[Divisible[DivisorSigma[1, i], i], ++f]; ++i; ]; Return[i - 1]]
a153800[n_] := Block[{i = 2, j, f = 0}, While[f < n, j = a007691[i]; If[PerfectNumberQ[j], ++f; ]; ++i]; Return[i - 1]]
a[n_] := a153800[n] - MersennePrimeExponent[n]
a /@ Range[1, 4] (* Julien Kluge, Dec 15 2016 *)
CROSSREFS
Sequence in context: A341337 A067868 A298760 * A083524 A222559 A095107
KEYWORD
more,nonn
AUTHOR
Omar E. Pol, Jan 13 2009
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)