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!)
A098230 75-gonal numbers: a(n) = n*(73*n-71)/2. 1
0, 1, 75, 222, 442, 735, 1101, 1540, 2052, 2637, 3295, 4026, 4830, 5707, 6657, 7680, 8776, 9945, 11187, 12502, 13890, 15351, 16885, 18492, 20172, 21925, 23751, 25650, 27622, 29667, 31785, 33976, 36240, 38577, 40987, 43470, 46026, 48655, 51357, 54132, 56980, 59901, 62895, 65962, 69102, 72315, 75601, 78960, 82392, 85897, 89475 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: -x*(1+72*x) / (x-1)^3. - R. J. Mathar, Feb 05 2011
a(n) = n*(73*n - 71)/2.
E.g.f.: exp(x)*(x + 73*x^2/2). - Nikolaos Pantelidis, Feb 10 2023
MAPLE
A098230 := proc(n) n*(73*n-71)/2 ; end proc:
seq(A098230(n), n=0..20) ; # R. J. Mathar, Feb 04 2011
PROG
(Magma) [ n*(73*n - 71)/2: n in [0..50] ]; // Vincenzo Librandi, Feb 04 2011
(PARI) a(n)=n*(73*n-71)/2 \\ Charles R Greathouse IV, Oct 16 2015
CROSSREFS
Sequence in context: A044788 A003503 A201916 * A348489 A258056 A174685
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 25 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 May 6 07:22 EDT 2024. Contains 372290 sequences. (Running on oeis4.)