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!)
A347980 a(n) is the smallest odd number k whose symmetric representation of sigma(k) has maximum width n. 5
1, 15, 315, 2145, 3465, 17325, 45045, 51975, 225225, 405405, 315315, 765765, 1576575, 2297295 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The sequence is not increasing with the maximum width of the symmetric representation just like A347979.
Observation: a(2)..a(14) ending in 5. - Omar E. Pol, Sep 23 2021
LINKS
EXAMPLE
The pattern of maximum widths of the parts in the symmetric representation of sigma for the first four terms in the sequence is:
a(n) parts successive widths
1: 1 1
15: 3 1 2 1
315: 3 1 3 1
2145: 7 1 2 3 4 3 2 1
MATHEMATICA
a262045[n_] := Module[{a=Accumulate[Map[If[Mod[n - # (#+1)/2, #]==0, (-1)^(#+1), 0] &, Range[Floor[(Sqrt[8n+1]-1)/2]]]]}, Join[a, Reverse[a]]]
a347980[n_, mw_] := Module[{list=Table[0, mw], i, v}, For[i=1, i<=n, i+=2, v=Max[a262045[i]]; If [list[[v]]==0, list[[v]]=i]]; list]
a347980[2500000, 14] (* long evaluation time *)
CROSSREFS
Sequence in context: A158533 A284070 A133766 * A359404 A289951 A112489
KEYWORD
nonn,more
AUTHOR
Hartmut F. W. Hoft, Sep 22 2021
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 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)