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

A262510
Parent nodes of nonzero terms of A262509: a(n) = A049820(A262509(n)).
7
119139, 119143, 119147, 119213, 119225, 119919, 119921, 120073, 120091, 120095, 120097, 120277, 120291, 120347, 120391, 120703, 120739, 120883, 120891, 120895, 120915, 120917, 121435, 121543, 121819, 122075, 122257, 122261, 122271, 122273, 122809, 122953, 123197, 123205, 123219, 123231, 123251, 123749, 24660527, 24660543, 24662309, 24662321, 24663755, 24664989, 24665019, 24665347, 24665929, 24665977, 24669139, 24669833
OFFSET
1,1
COMMENTS
These numbers are one step nearer (than those of A262509) to the root (zero) of the tree where the parent-child relation is given by A049820(child) = parent. Like the terms of A262509, they are also vertices in the infinite trunk of that tree. Cf. A259934.
LINKS
FORMULA
a(n) = A049820(A262509(n)).
a(n) = A259934(A262508(n)-1).
PROG
(Scheme) (define (A262510 n) (A049820 (A262509 n)))
CROSSREFS
Subsequence of A259934 and A262511.
Also a subsequence of A262517 (provided all terms are odd).
Sequence in context: A253540 A157736 A031686 * A262509 A263083 A250151
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 25 2015
STATUS
approved