The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A173127 a(n) = sinh((2n-1)*arcsinh(3)). 14
-3, 3, 117, 4443, 168717, 6406803, 243289797, 9238605483, 350823718557, 13322062699683, 505887558869397, 19210405174337403, 729489509065951917, 27701390939331835443, 1051923366185543794917, 39945386524111332371403 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Numbers n such that ((n^2 + 1)/10) is a square. - Vincenzo Librandi, Jan 02 2012
LINKS
FORMULA
a(n) = (1/2)*((-3+sqrt(10))*(19+6*sqrt(10))^n + (-3-sqrt(10))*(19-6*sqrt(10))^n).
a(n) = -a(-n+1).
G.f.: -3*(1-39*x)/(1-38*x+x^2). - Bruno Berselli, Jan 03 2011
MATHEMATICA
LinearRecurrence[{38, -1}, {-3, 3}, 30] (* Harvey P. Dale, Jan 14 2015 *)
PROG
(Magma) [-3], [n: n in [0..10^7]|IsSquare((n^2+1)/10)]; // Vincenzo Librandi, Jan 02 2012
CROSSREFS
Sequence in context: A009491 A176614 A173797 * A230646 A006845 A071536
KEYWORD
sign,easy
AUTHOR
Artur Jasinski, Feb 10 2010
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 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)