login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A105843
Numbers n such that n^2 = 37*m^2 + 37*m +1.
1
1, 149, 295, 21755, 43069, 3176081, 6287779, 463686071, 917972665, 67694990285, 134017721311, 9883004895539, 19565669338741, 1442851019758409, 2856453705734875, 210646365879832175, 417022675367953009, 30752926567435739141, 60882454150015404439
OFFSET
1,2
FORMULA
Define a(1)=1, a(2)=149, a(3)=146*a(1)+a(2), a(4)=146*a(2)+a(1), then a(n)=146*a(n-2)-a(n-4).
G.f.: x*(x+1)*(x^2+148*x+1) / ((x^2-12*x-1)*(x^2+12*x-1)). [Colin Barker, Mar 06 2013]
MATHEMATICA
LinearRecurrence[{0, 146, 0, -1}, {1, 149, 295, 21755}, 20] (* Harvey P. Dale, Sep 17 2023 *)
CROSSREFS
Cf. A105844 (associated m).
Sequence in context: A127592 A107176 A140023 * A131573 A346891 A244661
KEYWORD
nonn,easy
AUTHOR
Pierre CAMI, Apr 22 2005
EXTENSIONS
a(12)-a(19) from Colin Barker, Mar 06 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 24 06:21 EDT 2024. Contains 376187 sequences. (Running on oeis4.)