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!)
A028993 Odd 10-gonal (or decagonal) numbers. 4
1, 27, 85, 175, 297, 451, 637, 855, 1105, 1387, 1701, 2047, 2425, 2835, 3277, 3751, 4257, 4795, 5365, 5967, 6601, 7267, 7965, 8695, 9457, 10251, 11077, 11935, 12825, 13747, 14701, 15687, 16705, 17755, 18837, 19951, 21097, 22275, 23485, 24727, 26001, 27307, 28645 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Decagonal Number.
FORMULA
a(n) = (2n+1)*(8n+1). - N. J. A. Sloane
G.f.: -(7*x^2+24*x+1)/(x-1)^3. - Colin Barker, Nov 18 2012
Sum_{n>=0} 1/a(n) = (4*log(2) + (sqrt(2)+1)*Pi + 2*sqrt(2)*log(1+sqrt(2)))/12. - Amiram Eldar, Feb 27 2022
MAPLE
A028993:=n->(2*n+1)*(8*n+1): seq(A028993(n), n=0..100); # Wesley Ivan Hurt, Apr 26 2017
MATHEMATICA
CoefficientList[Series[-(7 x^2 + 24 x + 1)/(x - 1)^3, {x, 0, 40}], x] (* Vincenzo Librandi, Oct 18 2013 *)
Select[PolygonalNumber[10, Range[100]], OddQ] (* or *) LinearRecurrence[{3, -3, 1}, {1, 27, 85}, 50] (* Harvey P. Dale, May 03 2023 *)
PROG
(Magma) [(2*n+1)*(8*n+1): n in [0..60]]; // Vincenzo Librandi, Oct 18 2013
(PARI) a(n)=(2*n+1)*(8*n+1) \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A036925 A281090 A260052 * A262367 A007266 A098320
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)