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!)
A106256 Numbers n such that 12*n^2 + 13 is a square. 2
1, 3, 17, 43, 237, 599, 3301, 8343, 45977, 116203, 640377, 1618499, 8919301, 22542783, 124229837, 313980463, 1730298417, 4373183699, 24099948001, 60910591323, 335668973597, 848375094823, 4675265682357, 11816340736199 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Recurrence: a(1)=1, a(2)=3, a(3)=14*a(1)+a(2), a(4)=14*a(2)+a(1) then a(n)=14*a(n-2)-a(n-4).
G.f.: x*(x+1)^3 / ((x^2-4*x+1)*(x^2+4*x+1)). - Corrected by Colin Barker, Apr 16 2014
a(2n) = 4*A007655(n)-A001570(n-1), a(2n+1) = 4*A007655(n)+A001570(n).
EXAMPLE
12*1^2+13 = 5^2.
12*3^2+13 = 11^2.
12*17^2+13 = 59^2.
PROG
(PARI) Vec(x*(x+1)^3/((x^2-4*x+1)*(x^2+4*x+1)) + O(x^100)) \\ Colin Barker, Apr 16 2014
CROSSREFS
Cf. A106257.
Sequence in context: A215429 A126587 A108126 * A091624 A106078 A087908
KEYWORD
nonn,easy
AUTHOR
Pierre CAMI, Apr 28 2005
EXTENSIONS
Edited by Ralf Stephan, Jun 01 2007
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 June 10 19:30 EDT 2024. Contains 373280 sequences. (Running on oeis4.)