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!)
A173116 a(n) = sinh(2*arcsinh(n))^2 = 4*n^2*(n^2 + 1). 19
0, 8, 80, 360, 1088, 2600, 5328, 9800, 16640, 26568, 40400, 59048, 83520, 114920, 154448, 203400, 263168, 335240, 421200, 522728, 641600, 779688, 938960, 1121480, 1329408, 1565000, 1830608, 2128680, 2461760, 2832488, 3243600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 4*A071253(n) = 8*A037270(n).
G.f.: 8*x*(1 + 5*x + 5*x^2 + x^3)/(1 - x)^5. - Colin Barker, Jan 08 2012
E.g.f.: 4*x*(2 + 8*x + 6*x^2 + x^3)*exp(x). - Michael Somos, Jul 05 2018
a(n) = a(-n) = (2*n)^2 + (2*n^2)^2 = (2*n^2 + 1)^2 - 1. - Michael Somos, Jul 05 2018
EXAMPLE
G.f. = 8*x + 80*x^2 + 360*x^3 + 1088*x^4 + 2600*x^5 + 5328*x^6 + 9800*x^7 + ... - Michael Somos, Jul 05 2018
MATHEMATICA
Table[4*n^2*(n^2 + 1), {n, 0, 30}] (* OR *)
Table[Round[N[Sinh[2 ArcSinh[n]]^2, 100]], {n, 0, 30}]
a[ n_] := TrigExpand @ Sinh[ 2 ArcSinh @ n]^2; (* Michael Somos, Jul 05 2018 *)
PROG
(Magma) [4*n^2*(n^2+1): n in [0..40]]; // Vincenzo Librandi, Jun 15 2011
(PARI) a(n)=4*n^2*(n^2+1) \\ Charles R Greathouse IV, Apr 17 2012
(PARI) a(n)=8*binomial(n^2+1, 2) \\ Charles R Greathouse IV, Apr 17 2012
CROSSREFS
Sequence in context: A164755 A050799 A100431 * A102698 A190019 A342353
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Feb 10 2010
EXTENSIONS
Name corrected by Jianing Song, Nov 23 2018
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 27 21:23 EDT 2024. Contains 372020 sequences. (Running on oeis4.)