[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A069117
Numbers n such that A068589(n) is a perfect square.
0
1, 2, 3, 4, 5, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 22, 23, 27, 28, 29, 30, 31, 32, 63, 64, 65, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 105, 106, 107, 108, 109, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 189, 190, 191, 192, 193, 194, 195
OFFSET
1,2
PROG
(PARI) precision 1000 digits : for(n=1, 300, if(sqrt(denominator(sum(i=1, n, 1/i^3))/denominator(sum(i=1, n, 1/i))) == floor(sqrt(denominator(sum(i=1, n, 1/i^3))/denominator(sum(i=1, n, 1/i)))), print1(n, ", ")))
CROSSREFS
Sequence in context: A052270 A265335 A179223 * A098464 A068586 A068585
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 07 2002
STATUS
approved