A131960 a(n) = A000043(n) * A000668(n).
6, 21, 155, 889, 106483, 2228207, 9961453, 66571993057, 140656423562035331011, 55088331748199422233011027879, 17361742620725829882898847100829589, 21607930299479592429924287571917281427329
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..18
Programs
-
Mathematica
Map[# * (2^#-1) &, MersennePrimeExponent[Range[12]]] (* Amiram Eldar, Oct 21 2024 *)
-
PARI
expm = [2, 3, 5, 7, 13, 17, 19, 31, 61, 89, 107, 127]; vector(#expm, i, expm[i]*(2^expm[i]-1)) \\ where expm comes from A000043; Michel Marcus, Feb 07 2019
Formula
Extensions
Terms corrected, edited, and new name by Michel Marcus, Apr 30 2013
a(12) from Michel Marcus, Feb 07 2019
Comments