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!)
A088949 Composite numbers k such that (A006530(k) + A020639(k))/2 is an integer that divides k; special terms of A088948. 2
4, 8, 9, 16, 25, 27, 32, 49, 64, 81, 105, 121, 125, 128, 169, 231, 243, 256, 289, 315, 343, 361, 512, 525, 529, 625, 627, 693, 729, 735, 841, 897, 935, 945, 961, 1024, 1155, 1331, 1369, 1575, 1581, 1617, 1681, 1729, 1849, 1881, 2048, 2079, 2187, 2197, 2205, 2209 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
k = 315 = 3*3*5*7 (composite); (3 + 7)/2 = 5, which divides k.
PROG
(PARI) lista(nn) = {forcomposite(n=1, nn, my(f = factor(n)[, 1], x = (vecmin(f) + vecmax(f))/2); if ((denominator(x)==1) && !(n % x), print1(n, ", ")); ); } \\ Michel Marcus, Jul 09 2018
CROSSREFS
Sequence in context: A249125 A306531 A363722 * A134600 A134601 A227476
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 20 2003
EXTENSIONS
Edited by Jon E. Schoenfield, Jul 08 2018
More terms from Michel Marcus, Jul 09 2018
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 21 21:26 EDT 2024. Contains 374475 sequences. (Running on oeis4.)