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!)
A280089 a(n) = 4 * n^3 - 3 * n + 1. 3
1, 2, 27, 100, 245, 486, 847, 1352, 2025, 2890, 3971, 5292, 6877, 8750, 10935, 13456, 16337, 19602, 23275, 27380, 31941, 36982, 42527, 48600, 55225, 62426, 70227, 78652, 87725, 97470, 107911, 119072, 130977, 143650, 157115, 171396, 186517, 202502, 219375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2n - 1)^2 * (n + 1).
Prod_{k >= 1}(A033430(k) / a(k)) = Pi.
MATHEMATICA
Table[4n^3 - 3n + 1, {n, 0, 39}] (* Alonso del Arte, Dec 25 2016 *)
PROG
(PARI) a(n) = (2*n-1)^2 * (n+1).
CROSSREFS
Cf. A033430.
Sequence in context: A206585 A046735 A038625 * A041801 A166942 A119351
KEYWORD
nonn,easy
AUTHOR
Daniel Suteu, Dec 25 2016
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.)