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!)
A241748 a(n) = n^2 + 12. 4
12, 13, 16, 21, 28, 37, 48, 61, 76, 93, 112, 133, 156, 181, 208, 237, 268, 301, 336, 373, 412, 453, 496, 541, 588, 637, 688, 741, 796, 853, 912, 973, 1036, 1101, 1168, 1237, 1308, 1381, 1456, 1533, 1612, 1693, 1776, 1861, 1948, 2037, 2128, 2221, 2316 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
3/a(n) = R(n)/r, n >= 0, with R(n) the n-th radius of the counterclockwise Pappus chain of the arbelos with semicircle radii r, r1 = 3r/4, r2 = r - r1 = r/4. See a comment on A114949 also for the MathWorld Pappus chain link. - Wolfdieter Lang, Jun 29 2015
LINKS
FORMULA
G.f.: (12-23*x+13*x^2)/(1-x)^3.
a(n) = a(-n) = 3*a(n-1) - 3*a(n-2) + a(n-3) = a(n-1) + 2*n - 1.
(2*n)*a(n) = (n+2)^3 + (n-2)^3; also, 2*a(n) = (n+sqrt(12))^2 + (n-sqrt(12))^2. - Bruno Berselli, Mar 13 2015
From Amiram Eldar, Nov 02 2020: (Start)
Sum_{n>=0} 1/a(n) = (1 + sqrt(12)*Pi*coth(sqrt(12)*Pi))/24.
Sum_{n>=0} (-1)^n/a(n) = (1 + sqrt(12)*Pi*cosech(sqrt(12)*Pi))/24. (End)
MATHEMATICA
Table[n^2 + 12, {n, 0, 60}]
PROG
(Magma) [n^2+12: n in [0..60]];
(PARI) a(n)=n^2+12 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Cf. similar sequences listed in A114962.
Cf. A114964 (see comment).
Sequence in context: A084622 A155147 A246781 * A298591 A225102 A057488
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Apr 30 2014
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 8 14:31 EDT 2024. Contains 372334 sequences. (Running on oeis4.)