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!)
A005904 Centered dodecahedral numbers.
(Formerly M5239)
8
1, 33, 155, 427, 909, 1661, 2743, 4215, 6137, 8569, 11571, 15203, 19525, 24597, 30479, 37231, 44913, 53585, 63307, 74139, 86141, 99373, 113895, 129767, 147049, 165801, 186083, 207955, 231477, 256709, 283711, 312543, 343265, 375937, 410619, 447371, 486253, 527325 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Simon Plouffe, Approximations de séries génératrices et quelques conjectures, Dissertation, Université du Québec à Montréal, 1992; arXiv:0911.4975 [math.NT], 2009.
Simon Plouffe, 1031 Generating Functions, Appendix to Thesis, Montreal, 1992.
Boon K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558; alternative link.
FORMULA
a(n) = (2*n+1)*(5*n^2+5*n+1).
Sum_{n>=0} 1/a(n) = -psi((5+sqrt(5))/10) - psi((5-sqrt(5))/10) - 2*gamma - 4*log(2), where psi is the digamma function and gamma is Euler's constant (A001620). - Amiram Eldar, Sep 12 2022
MAPLE
A005904:=(z+1)*(z**2+28*z+1)/(z-1)**4; [Conjectured by Simon Plouffe in his 1992 dissertation.]
MATHEMATICA
a[n_] := (2*n + 1) * (5*n^2 + 5*n + 1); Array[a, 30, 0] (* Amiram Eldar, Sep 12 2022 *)
CROSSREFS
Sequence in context: A084028 A283552 A007260 * A207078 A182588 A199900
KEYWORD
nonn,easy
AUTHOR
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 30 17:37 EDT 2024. Contains 372139 sequences. (Running on oeis4.)