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!)
A331076 a(n) = Sum_{k = 1..ceiling(n/2)} [u_3(k)*u_3(n+1-k)], where u_3 = A034836. 1
0, 1, 1, 2, 3, 4, 5, 8, 8, 11, 11, 16, 16, 19, 18, 29, 24, 31, 28, 39, 34, 43, 36, 60, 44, 57, 49, 71, 55, 75, 61, 93, 73, 90, 71, 118, 83, 107, 93, 135, 95, 135, 102, 152, 118, 147, 112, 202, 126, 169, 145, 203, 139, 211, 147, 233, 177, 215, 160, 286 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
For background references see A330570.
LINKS
MATHEMATICA
s[1] = 1; s[n_] := s[n] = Module[{e = FactorInteger[n][[;; , 2]]}, If[IntegerQ[Surd[n, 3]], 1/3, 0] + (Times @@ ((e + 1)*(e + 2)/2))/6 + (Times @@ (Floor[e/2] + 1))/2]; a[n_] := Sum[s[k] * s[n+1-k], {k, 1, Ceiling[n/2]}]; Array[a, 100, 0] (* Amiram Eldar, Apr 19 2024 *)
CROSSREFS
Cf. A034836.
See A331075 for another version.
Sequence in context: A297694 A297637 A325415 * A316496 A332339 A100882
KEYWORD
nonn,changed
AUTHOR
N. J. A. Sloane, Jan 10 2020
EXTENSIONS
Offset and name corrected by Amiram Eldar, Apr 19 2024
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)