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.

A046848 Primes of form k*2^k+(k-1).

Original entry on oeis.org

2, 67, 389, 32212254749, 584115552289, 1861861819085211933448282832989, 22747455000408352326750293979672813380881340606518608030931171147991
Offset: 1

Views

Author

Keywords

Comments

The next term has 341 digits. - Harvey P. Dale, Apr 15 2017

Crossrefs

Programs

  • Mathematica
    Select[Table[n 2^n+n-1,{n,300}],PrimeQ] (* Harvey P. Dale, Apr 15 2017 *)

Formula

a(n) = A069229(A046849(n)) - 1. - Amiram Eldar, Jul 27 2025