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.
%I A110082 #7 Nov 07 2016 14:38:00 %S A110082 5,38,284,2168,133088,537394688,140739635806208, %T A110082 2361183382172302573568,151115729703628426969088, %U A110082 20282409604241966234288777068544,45671926166590726335069952848216804538059849728 %N A110082 Numbers of the form 2^(m-1)*(4^m+2^m-1) where 4^m+2^m-1 is prime. %C A110082 This sequence is a subsequence of A110079 namely, if n is in the sequence then sigma(n)=2n-2^d(n) where d(n) is number of positive divisors of n(see comments line of the sequence A110079). Sequence A110080 gives numbers n such that 4^n+2^n-1 is prime. %H A110082 F. Firoozbakht, M. F. Hasler, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL13/Hasler/hasler2.html">Variations on Euclid's formula for Perfect Numbers</a>, JIS 13 (2010) #10.3.1 %e A110082 2^1299*(4^1300+2^1300-1) is in the sequence because 4^1300+2^1300-1 is prime. %t A110082 Do[If[PrimeQ[4^m+2^m-1], Print[2^(m-1)*(4^m+2^m-1)]], {m, 52}] %Y A110082 Cf. A110079, A098855. %K A110082 nonn %O A110082 1,1 %A A110082 _Farideh Firoozbakht_, Aug 03 2005