A084925 Inverse hyperbolic cotangent irreducible numbers: positive integers such that the arccoth of these numbers form a basis for the space of arccoth of rationals >=1. The hyperbolic analog of the Stormer numbers (A005528).
1, 2, 3, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 28, 30, 32, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 58, 60, 62, 66, 68, 70, 72, 74, 78, 80, 82, 84, 88, 90, 92, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 122, 126, 128, 130, 132, 136, 138, 140, 142, 144, 148, 150
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Paul D. Hanna)
Programs
-
PARI
for(n=1,150,x=1; b=0; while(x
=(x *n+1),b=b+1)); if(b<=0,print1(n,",")))
Comments