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 A259199 #18 Sep 08 2022 08:46:13 %S A259199 101,34188010001,254116810001,283982410001,2601446410001, %T A259199 13308633610001,39691260010001,52361143210001,58873394410001, %U A259199 88828740010001,155274028810001,451651754410001,1004693469610001,1236570192010001,2100654722410001,2886794695210001,3353811326410001 %N A259199 Divisorial primes ending with digit 1. %C A259199 A divisorial prime is a prime p of the form p = 1 + Product_{d|k} d for some k (see A007955 and A258455). %C A259199 Sequence lists divisorial primes p of the form h*10^m + 1 (h, m are positive integers). %C A259199 Sequence of numbers sqrt(a(n) - 1): 10, 184900, 504100, 532900, 1612900, 3648100, 6300100, 7236100, 7672900, ... %C A259199 Sequence of numbers k such that 1 + Product_{d|k} d is a divisorial prime ending with digit 1: 10, 430, 510, 680, 710, 730, ... %C A259199 Intersection of A030430 and A258455. - _Michel Marcus_, Sep 14 2015 %H A259199 Chai Wah Wu, <a href="/A259199/b259199.txt">Table of n, a(n) for n = 1..145</a> %F A259199 Subsequence of A258455. %e A259199 Prime 34188010001 is in sequence because 34188010000 is the product of divisors of 430. %e A259199 1 + the product of divisors of 3000 = 43046721000000000000000000000000000000000000000000000001 is also a term of this sequence. %o A259199 (Magma) Set(Sort([&*(Divisors(n))+1: n in [1..10000] | IsSquare(&*(Divisors(n))) and IsPrime(&*(Divisors(n))+1) and (&*(Divisors(n))) mod 10 eq 0])) %Y A259199 Cf. A007955, A030430, A174895, A258455, A258896, A258897. %K A259199 nonn,base %O A259199 1,1 %A A259199 _Jaroslav Krizek_, Jun 20 2015