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!)
A258968 a(n) is the least positive integer x with A054973(x) = n and A258913(x) < x. 0
2, 3, 124, 10714158 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Is a(n) well-defined for all n?
For n > 1, a(n) belongs to sequence A258931.
The terms a(k), for 4 <= k <= 100, if they exist, are larger than 3*10^10. - Giovanni Resta, Jun 15 2015
LINKS
EXAMPLE
For n=2, sigma(x)=124 for x=48 and 75, and 48+75 = 123 < 124.
For n=3, sigma(x)=10714158 for x=3031200, 3417300, and 3987450; and their sum is 10435950 (<10714158).
PROG
(PARI) a(n)=x=0; while(x++, u=List(); for(i=1, x, if(sigma(i)==x, listput(u, i))); if(#u==n&vecsum(Vec(u))<x, return(x))) \\ not optimized because the same sigma values are calculated over and over again instead of being kept
CROSSREFS
Sequence in context: A051177 A371271 A334661 * A125674 A180533 A095841
KEYWORD
nonn,more
AUTHOR
Jeppe Stig Nielsen, Jun 15 2015
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 16 07:57 EDT 2024. Contains 371698 sequences. (Running on oeis4.)