{"uid":"cap_I1y-wPhsKtTfSyLHlJQTf","slug":"numora-fibonacci-sequence-generator-69d07626","name":"Numora Fibonacci Sequence Generator","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/generate/fibonacci","method":"POST","headers":{},"bodySchema":{"type":"object","required":["n"],"properties":{"n":{"type":"integer","description":"Count of numbers"}}},"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.02","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.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_ezyLwTLO9w4nNI5VqKQwR","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Generates the first N numbers of the Fibonacci sequence as a pure math computation with zero external dependencies","exampleAgentPrompt":"Can you generate the first 20 numbers of the Fibonacci sequence for me?","exampleUseCases":[{"title":"Golden ratio approximation study","prompt":"Generate the first 30 Fibonacci numbers so I can compute the ratios between consecutive terms and see how they converge to the golden ratio."},{"title":"Algorithm test data generation","prompt":"I need a Fibonacci sequence of 15 numbers to use as test input for my dynamic programming algorithm — can you generate that?"},{"title":"Financial growth pattern modeling","prompt":"Give me the first 10 Fibonacci numbers — I want to use them as interval markers for a Fibonacci retracement analysis on a stock chart."}],"resultDescription":"Returns a JSON object with a 'success' boolean, a 'result' object containing the generated Fibonacci sequence (array of N integers starting from the beginning of the sequence), and a 'computation' string describing in human-readable form what was computed.","failureModes":["Missing required parameter 'n' returns a validation error","Non-integer or negative value for 'n' may return an error or unexpected result","Very large values of 'n' may hit computation or response size limits","Payment failure via x402 micropayment protocol blocks the request","Network timeout on Vercel cold start"],"whenToPreferThis":"Choose this endpoint when you need a deterministic, server-side Fibonacci sequence computation with no external data dependencies, especially in contexts where you want verifiable pure math results without implementing the logic yourself. Ideal for AI agents that need Fibonacci sequences on demand for mathematical, financial, or algorithmic tasks via a simple pay-per-call micropayment model.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T18:54:21.108Z","isFirstParty":false}