cp's OEIS Frontend

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.

A029910 Start with n; if prime, stop; repeatedly sum prime factors (counted with multiplicity) and add 1, until reach 1, 6 or a prime.

This page as a plain text file.
%I A029910 #4 Oct 12 2013 15:29:00
%S A029910 1,2,3,5,5,6,7,7,7,7,11,7,13,7,7,7,17,7,19,7,11,7,23,7,11,7,7,7,29,11,
%T A029910 31,11,7,7,13,11,37,7,17,7,41,13,43,7,7,7,47,7,7,13,11,7,53,7,17,7,23,
%U A029910 11,59,13,61,7,7,13,19,17,67,7,7,7,71,13,73,7,7,7,19,19,79,7
%N A029910 Start with n; if prime, stop; repeatedly sum prime factors (counted with multiplicity) and add 1, until reach 1, 6 or a prime.
%e A029910 20 -> 2+2+5+1 = 10 -> 2+5+1 = 8 -> 2+2+2+1 = 7 so a(20)=7.
%K A029910 nonn
%O A029910 1,2
%A A029910 _Dann Toliver_