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!)
A092343 a(n) = sigma_3(3n+2). 2
9, 126, 585, 1332, 3096, 4914, 9198, 12168, 19782, 24390, 37449, 43344, 61740, 68922, 97236, 103824, 141759, 148878, 201240, 205380, 268128, 276948, 358722, 357912, 455886, 458208, 589806, 571788, 715572, 704970, 888264, 864360, 1061937, 1030302, 1285830 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Expansion of q^(-2/3) * (a(q) * c(q))^2 in powers of q where a(), c() are cubic AGM theta functions. - Michael Somos, May 30 2012
Convolution square of A144614. - Michael Somos, May 30 2012
Sum_{k=0..n} a(k) ~ (20*zeta(4)/3) * n^4. - Amiram Eldar, Dec 12 2023
EXAMPLE
G.f. = 9 + 126*x + 585*x^2 + 1332*x^3 + 3096*x^4 + 4914*x^5 + 9198*x^6 + 12168*x^7 + ...
G.f. = 9*q^2 + 126*q^5 + 585*q^8 + 1332*q^11 + 3096*q^14 + 4914*q^17 + 9198*q^20 + ...
MATHEMATICA
Table[DivisorSigma[3, 3n+2], {n, 0, 40}] (* Harvey P. Dale, Jul 02 2011 *)
PROG
(PARI) {a(n) = if( n<0, 0, sigma( 3*n + 2, 3))}; /* Michael Somos, May 30 2012 */
CROSSREFS
Trisection of A001158.
Sequence in context: A324201 A224495 A064199 * A261176 A261743 A229283
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 20 2004
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 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)