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!)
A350985 a(0)=4, a(1)=148, a(2)=5044; a(n) = 35*(a(n-1)-a(n-2))+a(n-3). 1
4, 148, 5044, 171364, 5821348, 197754484, 6717831124, 228208503748, 7752371296324, 263352415571284, 8946229758127348, 303908459360758564, 10323941388507663844, 350710098749899812148, 11913819416108085949204, 404719150048925022460804, 13748537282247342677718148, 467045548446360726019956244 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
P.-F. Teilhet, Query 2376, L'Intermédiaire des Mathématiciens, 11 (1904), 138-139.
LINKS
FORMULA
G.f.: -4*(x + 1)^2/((x - 1)*(x^2 - 34*x + 1)). - Chai Wah Wu, Mar 08 2022
MATHEMATICA
RecurrenceTable[{a[0]==4, a[1]==148, a[2]==5044, a[n]==35(a[n-1]-a[n-2])+ a[n-3]}, a, {n, 20}] (* Harvey P. Dale, Mar 08 2022 *)
CROSSREFS
Equals 4*A006062(n+1).
Sequence in context: A331868 A180375 A160470 * A269136 A226073 A366218
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 08 2022
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)