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!)
A063680 Solutions to sigma(k) + 7 = sigma(k+7). 2
74, 531434, 387420482, 2541865828322 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No other solutions < 4290000000. Sequence A063679 shows how to generate more solutions, but there may be solutions other than those produced by A063679.
No others < 10^17. - Seth A. Troisi, Oct 25 2022
k or k+7 must be a square or twice a square (A028982). See comment in A015886. - Seth A. Troisi, Oct 26 2022
From Jon E. Schoenfield, Oct 26 2022: (Start)
Each of the first 4 terms of the sequence is of the form k = 9^j - 7:
74 = 9^2 - 7,
531434 = 9^6 - 7,
387420482 = 9^9 - 7,
2541865828322 = 9^13 - 7.
The next terms of this form are 9^53 - 7 and 9^82 - 7.
Does the sequence contain any terms that are not of this form?
(End)
LINKS
EXAMPLE
sigma(74) + 7 = 121 = sigma(74+7), so 74 is in the sequence.
PROG
(PARI) isok(k) = sigma(k) + 7 == sigma(k+7); \\ Michel Marcus, Oct 25 2022
CROSSREFS
Sequence in context: A145695 A116132 A257534 * A277841 A220472 A370411
KEYWORD
nonn,bref,hard,more
AUTHOR
Jud McCranie, Jul 28 2001
EXTENSIONS
a(4) from Seth A. Troisi, Oct 24 2022
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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)