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.

A104745 a(n) = 5^n + n.

Original entry on oeis.org

1, 6, 27, 128, 629, 3130, 15631, 78132, 390633, 1953134, 9765635, 48828136, 244140637, 1220703138, 6103515639, 30517578140, 152587890641, 762939453142, 3814697265643, 19073486328144, 95367431640645, 476837158203146, 2384185791015647, 11920928955078148, 59604644775390649
Offset: 0

Views

Author

Zak Seidov, Mar 23 2005

Keywords

Comments

Numbers m=5^n+n such that equation x=5^(m-x) has solution x=5^n, see A104744.
No primes of the form 5^n+n for n < 7954. - Thomas Ordowski, Oct 28 2013
a(7954) is prime (5560 digits). - Thomas Ordowski, May 07 2015

Crossrefs

Programs

Formula

From Vincenzo Librandi, Jun 16 2013: (Start)
G.f.: (1-x-4*x^2)/((1-5*x)*(1-x)^2).
a(n) = 7*a(n-1) - 11*a(n-2) + 5*a(n-3). (End)
E.g.f.: exp(x)*(exp(4*x) + x). - Elmo R. Oliveira, Mar 05 2025

Extensions

More terms from Jonathan R. Love (japanada11(AT)yahoo.ca), Mar 09 2007