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

A257245
Odd bisection of A257244: a(n) = A257244(2n - 1).
5
2, 3, 3, 3, 3, 5, 5, 3, 3, 5, 7, 7, 7, 3, 19, 7, 5, 5, 7, 5, 19, 11, 13, 13, 23, 13, 11, 11, 61, 31, 13, 19, 43, 13, 7, 5, 61, 31, 23, 127, 7, 151, 19, 181, 13, 43, 31, 233, 13, 13, 7, 11, 19, 31, 59, 31, 31, 163, 41, 41, 113, 11, 19, 19, 409, 41, 41, 41, 19, 41, 113, 29, 167, 13, 17, 11, 179, 19, 19, 13, 5
OFFSET
1,1
LINKS
FORMULA
a(n) = A257244(2n - 1).
a(n) = A006530(A256393(2n - 1)). [Equally, the largest prime factor of A256393(2n-1).]
Other identities and observations:
For all n >= 1, a(n) >= A257246(n).
PROG
(Scheme, alternative definitions)
(define (A257245 n) (A257244 (+ n n -1)))
(define (A257245 n) (A006530 (A256393 (+ n n -1))))
CROSSREFS
Cf. also A257246 (the other bisection), A257247 (gives the positions where both bisections have the same value).
Sequence in context: A046886 A257246 A056206 * A329245 A155047 A369451
KEYWORD
nonn
AUTHOR
Antti Karttunen, Apr 19 2015
STATUS
approved