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!)
A318121 a(n) = [x^n] exp(Sum_{k>=1} x^k*(1 + (n - 3)*x^k)/(k*(1 - x^k)^4)). 1
1, 1, 4, 15, 65, 269, 1205, 5325, 24064, 108849, 496790, 2275492, 10470720, 48325984, 223721404, 1038182441, 4828274432, 22497132116, 105001996350, 490816448220, 2297356108318, 10766317435860, 50511178395306, 237217429972191, 1115084064063866, 5246116796164594 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
For n > 2, a(n) is the n-th term of the Euler transform of n-gonal pyramidal numbers.
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) ~ c * d^n / sqrt(n), where d = 4.80064986801984997726284... and c = 0.244706939300168165858... - Vaclav Kotesovec, Aug 19 2018
MATHEMATICA
Table[SeriesCoefficient[Exp[Sum[x^k (1 + (n - 3) x^k)/(k (1 - x^k)^4), {k, 1, n}]], {x, 0, n}], {n, 0, 25}]
CROSSREFS
Sequence in context: A007526 A233536 A349202 * A357785 A369229 A097422
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 18 2018
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)