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.

A078154 Primes of the form A004154(k) + 1.

Original entry on oeis.org

2, 3, 7, 13, 73, 871782913, 1307674369, 62044840173323943937, 33078854415193864122595302822125378214568325182093497117061192683541123570097156545925087233
Offset: 1

Views

Author

Cino Hilliard, Dec 23 2002

Keywords

Comments

More precisely, scan A004154, add 1 and record the answer if it is a prime. The sequence may not be monotonic.
The next term is too large to include.

Crossrefs

Programs

  • Magma
    [a: n in [1..100] | IsPrime(a) where a is Factorial(n) div 10^Valuation(Factorial(n), 5)+1]; // Vincenzo Librandi, Jun 03 2016

Extensions

More terms from Joshua Zucker, Jan 11 2006