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!)
A279106 a(n) = number of legs in each part of the symmetric representation of sigma(A279105(n)). 1
1, 3, 7, 11, 15, 23, 31, 35, 39, 47, 55, 59, 63, 71, 79, 83, 95, 107, 111, 119, 127, 131, 143, 159, 167, 175, 179, 191, 199, 207, 215, 223, 239, 251, 255, 263, 279, 287, 299, 311, 319, 323, 335, 351, 359, 383, 391, 395, 399, 407, 415, 419, 431, 439, 447, 455, 467, 479 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 2 * A279105(n) - 1.
EXAMPLE
a(3) = 7 = 2 * A279105(3) - 1;
21 is not in the sequence since 11=(21+1)/2 is not in A174793.
MATHEMATICA
a174973Q[n_] := Module[{d=Divisors[n]}, Select[Rest[d] - 2*Most[d], #>0&]=={}]
a279106[n_]:=2*Select[Range[n], a174973Q] - 1
a279106[250] (* sequence data *)
CROSSREFS
Sequence in context: A095100 A036994 A243115 * A172306 A309274 A112714
KEYWORD
nonn
AUTHOR
Hartmut F. W. Hoft, Dec 06 2016
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)