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

A156583
The subsequence of even digits in A119505.
1
4, 4, 6, 2, 4, 4, 6, 4, 4, 6, 4, 2, 6, 6, 2, 4, 4, 2, 6, 2, 4, 2, 6, 6, 6, 6, 6, 4, 6, 4, 2, 2, 6, 6, 6, 4, 6, 4, 2, 4, 6, 6, 4, 2, 4, 6, 6, 6, 2, 6, 2, 4, 6, 6, 4, 4, 6, 6, 6, 2, 4, 4, 6, 2, 6, 4, 4, 2, 6, 2, 6, 4, 2, 6, 4, 4, 6, 4, 6, 4, 4, 4, 2, 2, 4, 2, 6, 2, 4, 6, 6, 2, 6, 6, 6, 2, 4, 4, 2, 6, 4, 4, 4, 4, 6
OFFSET
1,1
COMMENTS
Can be computed from the digits of Pi, A000796, by removing the digits
0,1,2,4,5,6,9, and then replacing 3->4, 7->2 and 8->6.
LINKS
MATHEMATICA
RealDigits[Pi, 10, 500][[1]]/.{0->Nothing, 1->Nothing, 2->Nothing, 3->4, 4->Nothing, 5->Nothing, 6->Nothing, 7->2, 8->6, 9->Nothing} (* Harvey P. Dale, Apr 30 2022 *)
CROSSREFS
Sequence in context: A110356 A200348 A205868 * A199280 A086171 A369652
KEYWORD
nonn,base,less
AUTHOR
Paul Curtz, Feb 10 2009
EXTENSIONS
Edited, corrected and extended by R. J. Mathar, Feb 23 2009
STATUS
approved