cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A378569 a(n) = 3*n*(n+1) + 7.

Original entry on oeis.org

7, 13, 25, 43, 67, 97, 133, 175, 223, 277, 337, 403, 475, 553, 637, 727, 823, 925, 1033, 1147, 1267, 1393, 1525, 1663, 1807, 1957, 2113, 2275, 2443, 2617, 2797, 2983, 3175, 3373, 3577, 3787, 4003, 4225, 4453, 4687, 4927, 5173, 5425, 5683, 5947, 6217, 6493, 6775, 7063, 7357, 7657, 7963, 8275, 8593, 8917, 9247, 9583, 9925
Offset: 0

Views

Author

M. F. Hasler, Feb 04 2025

Keywords

Comments

The terms a(1) = 13 through a(7) = 175, coincide with A102724(2..8), cumulative sums of pairs of primes. From a(8) = 223, it differs from A102724(9) = 227.

Crossrefs

Programs

Formula

a(n) = A102724(n+1) for 1 <= n <= 7, where A102724 = partial sums of A001043(n) = prime(n)+prime(n+1).
From Vincenzo Librandi, Feb 06 2025: (Start)
a(n) = 2* a(n-1) - a(n-2) + 6.
G.f.: (7-8x+7x^2)/ (1-3x+3x^2-x^3). (End)
E.g.f.: exp(x)*(7 + 6*x + 3*x^2). - Stefano Spezia, Feb 06 2025