The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A341735 a(n) = A007678(2*n+1). 3
0, 1, 11, 50, 154, 375, 781, 1456, 2500, 4029, 6175, 9086, 12926, 17875, 24129, 31900, 41416, 52921, 66675, 82954, 102050, 124271, 149941, 179400, 213004, 251125, 294151, 342486, 396550, 456779, 523625, 597556, 679056, 768625, 866779, 974050, 1090986, 1218151, 1356125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
From Bruno Berselli, Mar 08 2021: (Start)
G.f.: x*(1 + 6*x + 5*x^2 + 4*x^3)/(1 - x)^5.
a(n) = n*(2*n - 1)*(2*n^2 - n + 5)/6. (End)
MATHEMATICA
Table[n (2 n - 1) (2 n^2 - n + 5)/6, {n, 0, 40}] (* Bruno Berselli, Mar 08 2021 *)
PROG
(Julia) [div(n*(2*n-1)*(2*n^2-n+5), 6) for n in 0:40] |> println # Bruno Berselli, Mar 08 2021
CROSSREFS
Cf. A007678.
See A341734 for the other bisection (rescaled).
Sequence in context: A215728 A185019 A212560 * A340130 A211920 A167423
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Bruno Berselli, Mar 08 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 May 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)