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!)
A078327 Numbers k such that A078142(k) = A006530(k). 2
2, 4, 6, 8, 12, 15, 16, 18, 24, 32, 36, 45, 48, 54, 64, 72, 75, 96, 105, 108, 110, 128, 135, 144, 162, 192, 216, 220, 225, 256, 288, 315, 324, 375, 384, 385, 405, 432, 440, 486, 512, 525, 550, 576, 648, 675, 735, 768, 864, 880, 935, 945, 972, 1024, 1100, 1125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that the sum of the differences of the distinct prime factors p of k and the next square larger than p is equal to the largest prime factor of k.
Are there any other consecutive terms in this sequence other than 15,16 and 384,385?
LINKS
PROG
(PARI) is(k) = {if(k<2, return(0)); my(f=factor(k)[, 1]); sum(i=1, #f, (sqrtint(f[i])+1)^2-f[i]) == vecmax(f); } \\ Jinyuan Wang, Apr 17 2020
CROSSREFS
Sequence in context: A294847 A082742 A131197 * A214415 A094109 A338361
KEYWORD
nonn
AUTHOR
Jason Earls, Nov 24 2002
EXTENSIONS
Offset changed to 1 by Jinyuan Wang, Apr 17 2020
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 14:15 EDT 2024. Contains 371914 sequences. (Running on oeis4.)