[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”).

A257126
a(n) = A055938(n) - A005187(n).
4
1, 2, 2, 2, 4, 3, 3, 2, 4, 3, 5, 5, 5, 4, 4, 2, 4, 3, 5, 5, 5, 4, 6, 5, 5, 6, 8, 6, 6, 5, 5, 2, 4, 3, 5, 5, 5, 4, 6, 5, 5, 6, 8, 6, 6, 5, 7, 5, 5, 6, 8, 6, 6, 7, 9, 6, 8, 9, 9, 7, 7, 6, 6, 2, 4, 3, 5, 5, 5, 4, 6, 5, 5, 6, 8, 6, 6, 5, 7, 5, 5, 6, 8, 6, 6, 7, 9, 6, 8, 9, 9, 7, 7, 6, 8, 5, 5, 6, 8, 6, 6, 7, 9, 6, 8, 9, 9, 7, 7, 8, 10, 6, 8, 9, 9, 7, 9, 10, 10, 9
OFFSET
1,2
LINKS
FORMULA
a(n) = A055938(n) - A005187(n).
PROG
(Scheme) (define (A257126 n) (- (A055938 n) (A005187 n)))
CROSSREFS
Positions of records: A257130.
Sequence in context: A208609 A249030 A358527 * A050493 A331851 A335607
KEYWORD
nonn
AUTHOR
Antti Karttunen, Apr 16 2015
STATUS
approved