login
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