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!)
A158546 a(n) = 144*n^2 + 12. 2
12, 156, 588, 1308, 2316, 3612, 5196, 7068, 9228, 11676, 14412, 17436, 20748, 24348, 28236, 32412, 36876, 41628, 46668, 51996, 57612, 63516, 69708, 76188, 82956, 90012, 97356, 104988, 112908, 121116, 129612, 138396, 147468, 156828, 166476, 176412, 186636, 197148 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The identity (24*n^2 + 1)^2 - (144*n^2 + 12) * (2*n)^2 = 1 can be written as A158547(n)^2 - a(n) * A005843(n)^2 = 1.
LINKS
FORMULA
G.f.: 12*(1 + 10*x + 13*x^2)/(1-x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
From Amiram Eldar, Mar 06 2023: (Start)
Sum_{n>=0} 1/a(n) = (coth(Pi/(2*sqrt(3)))*Pi/(2*sqrt(3)) + 1)/24.
Sum_{n>=0} (-1)^n/a(n) = (cosech(Pi/(2*sqrt(3)))*Pi/(2*sqrt(3)) + 1)/24. (End)
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {12, 156, 588}, 50] (* Vincenzo Librandi, Feb 14 2012 *)
PROG
(Magma) I:=[12, 156, 588]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]]; // Vincenzo Librandi, Feb 14 2012
(PARI) for(n=0, 40, print1(144*n^2 + 12", ")); \\ Vincenzo Librandi, Feb 14 2012
CROSSREFS
Sequence in context: A082173 A005723 A097259 * A110216 A218839 A036276
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 21 2009
EXTENSIONS
Comment rewritten, a(0) added by R. J. Mathar, Oct 16 2009
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)