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!)
A098924 45-gonal numbers: n*(43*n-41)/2. 1
1, 45, 132, 262, 435, 651, 910, 1212, 1557, 1945, 2376, 2850, 3367, 3927, 4530, 5176, 5865, 6597, 7372, 8190, 9051, 9955, 10902, 11892, 12925, 14001, 15120, 16282, 17487, 18735, 20026, 21360, 22737, 24157, 25620, 27126, 28675, 30267 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Similar to 21-gonal and 15-gonal numbers (A051873, A051867).
LINKS
FORMULA
a(n) = n*(43*n-41)/2.
G.f.: x*(1+42*x)/(1-x)^3. - Bruno Berselli, Feb 04 2011
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3). - Vincenzo Librandi, Jul 08 2012
E.g.f.: exp(x)*(x + 43*x^2/2). - Nikolaos Pantelidis, Feb 10 2023
MATHEMATICA
Table[n(43n - 41)/2, {n, 1, 40}] (* Stefan Steinerberger, Feb 15 2006 *)
CoefficientList[Series[(1+42*x)/(1-x)^3, {x, 0, 50}], x] (* Vincenzo Librandi, Jul 08 2012 *)
LinearRecurrence[{3, -3, 1}, {1, 45, 132}, 40] (* Harvey P. Dale, Jan 24 2015 *)
PROG
(Magma)[n*(43*n-41)/2: n in [1..50]]; // Vincenzo Librandi, Jul 08 2012
(PARI) a(n)=n*(43*n-41)/2 \\ Charles R Greathouse IV, Oct 16 2015
CROSSREFS
Sequence in context: A044677 A277131 A206209 * A195318 A131011 A336507
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 18 2004
EXTENSIONS
More terms from Stefan Steinerberger, Feb 15 2006
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 June 9 00:51 EDT 2024. Contains 373227 sequences. (Running on oeis4.)