{"uid":"cap_N6nWAJSApqxRtPh2MPgNL","slug":"numora-calculus-series-summation-api-470f3825","name":"Numora Calculus Series Summation API","description":"100 pure math computation endpoints for AI agents. Statistics, financial math, linear algebra, equation solving, calculus, number theory, sequence generation, and unit conversions. Zero external dependencies. x402 micropayments on Base.","url":"https://numomo.vercel.app/api/calculus/series","method":"POST","headers":{},"bodySchema":{"type":"object","required":["fn"],"properties":{"fn":{"type":"string","description":"Term expression with index n"},"maxTerms":{"type":"integer"},"tolerance":{"type":"number"}}},"responseSchema":{"type":"object","required":["success","result","computation"],"properties":{"result":{"type":"object","description":"Computation result varies by endpoint"},"success":{"type":"boolean","description":"Always true on success"},"computation":{"type":"string","description":"Human-readable description of what was computed"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.1","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.1/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_I3xoySxTz4r3iTxJn8BQ7","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.1","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes the partial sum or convergence of a mathematical series given a term expression indexed by n","exampleAgentPrompt":"Can you sum the series where each term is 1/n^2, running up to 100 terms with a tolerance of 0.0001?","exampleUseCases":[{"title":"Infinite series convergence check","prompt":"I need to know if the series with term 1/(n*(n+1)) converges and what value it approaches — run it up to 500 terms with a tolerance of 0.00001."},{"title":"Taylor series partial sum evaluation","prompt":"Can you compute the partial sum of the Taylor series for e^x using the term x^n/n! for x=1, stopping after 20 terms?"},{"title":"Custom geometric series summation","prompt":"Sum the geometric series where each term is (1/2)^n for the first 50 terms and tell me how close it is to the theoretical limit."}],"resultDescription":"Returns a JSON object with a boolean success flag, a result object containing the computed series sum and convergence details, and a human-readable computation string describing what was calculated.","failureModes":["Invalid or unparseable fn expression returns an error","Non-convergent series with no tolerance may run to maxTerms without settling","maxTerms too large may cause timeout or slow response","Missing required fn field returns validation error","Division by zero in term expression at certain n values causes computation failure"],"whenToPreferThis":"Choose this endpoint when you need pure server-side series summation or convergence analysis with no external library dependencies, especially for arbitrary user-defined term expressions indexed by n. Prefer this over general-purpose compute environments when you want a lightweight, single-call, pay-per-use solution with deterministic math results.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:44:09.903Z","isFirstParty":false}