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!)
A158555 a(n) = 196*n^2 + 14. 2
14, 210, 798, 1778, 3150, 4914, 7070, 9618, 12558, 15890, 19614, 23730, 28238, 33138, 38430, 44114, 50190, 56658, 63518, 70770, 78414, 86450, 94878, 103698, 112910, 122514, 132510, 142898, 153678, 164850, 176414, 188370, 200718, 213458, 226590, 240114, 254030 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The identity (28*n^2 + 1)^2 -(196*n^2 + 14)*(2*n)^2 = 1 can be written as A158556(n)^2 - a(n)*A005843(n)^2 = 1.
LINKS
FORMULA
G.f.: 14*(1 + 12*x + 15*x^2)/(1-x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
From Amiram Eldar, Mar 09 2023: (Start)
Sum_{n>=0} 1/a(n) = (coth(Pi/sqrt(14))*Pi/sqrt(14) + 1)/28.
Sum_{n>=0} (-1)^n/a(n) = (cosech(Pi/sqrt(14))*Pi/sqrt(14) + 1)/28. (End)
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {14, 210, 798}, 50] (* Vincenzo Librandi, Feb 05 2012 *)
PROG
(Magma) I:=[14, 210, 798]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..50]]; // Vincenzo Librandi, Feb 14 2012
(PARI) for(n=0, 40, print1(196*n^2 + 14", ")); \\ Vincenzo Librandi, Feb 14 2012
CROSSREFS
Sequence in context: A192007 A160682 A097261 * A097183 A004369 A239284
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)